We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb8949 commit d8c5a79Copy full SHA for d8c5a79
README.md
@@ -14,7 +14,7 @@ A very performant and light (6mb in memory) link shortener and tracker. Written
14
docker run -p 8080:8080 \
15
-e JWT_SECRET=change-me-in-production \
16
-v simplelink_data:/data \
17
- simplelink
+ ghcr.io/waveringana/simplelink:v1.0.2
18
```
19
20
Find the admin-setup-token pasted into the terminal output, or in admin-setup-token.txt in the container's root.
docker-compose.yml
@@ -19,9 +19,7 @@ services:
- shortener-network
21
app:
22
- build:
23
- context: .
24
- dockerfile: Dockerfile
+ image: ghcr.io/waveringana/simplelink:v1.0.2
25
container_name: shortener-app
26
ports:
27
- "8080:8080"
0 commit comments