This commit is contained in:
Wavering Ana 2025-01-31 21:01:30 -05:00
parent 2eb8949064
commit d8c5a7921c
2 changed files with 2 additions and 4 deletions

View file

@ -14,7 +14,7 @@ A very performant and light (6mb in memory) link shortener and tracker. Written
docker run -p 8080:8080 \
-e JWT_SECRET=change-me-in-production \
-v simplelink_data:/data \
simplelink
ghcr.io/waveringana/simplelink:v1.0.2
```
Find the admin-setup-token pasted into the terminal output, or in admin-setup-token.txt in the container's root.

View file

@ -19,9 +19,7 @@ services:
- shortener-network
app:
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/waveringana/simplelink:v1.0.2
container_name: shortener-app
ports:
- "8080:8080"