My shlink instance deployed with docker compose.
shlink is a self-hosted URL shortener that can be used to serve shortened URLs under your own domain.
- Clone the repository
git clone https://github.com/CristianCantoro/my-shlink.git
cd my-shlink
-
Copy
.env.sample
to.env
and customize the values -
Copy
shlink-web-client/servers.sample.json
toshlink-web-client/servers.json
and customize the values -
Deploy wit
docker-compose up