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 7dd9287 commit ab3cc41Copy full SHA for ab3cc41
README.md
@@ -16,7 +16,7 @@ docker run -p 8080:8080 \
16
-e [email protected] \
17
-e SIMPLELINK_PASS=your-secure-password \
18
-v simplelink_data:/data \
19
- ghcr.io/waveringana/simplelink:v2
+ ghcr.io/waveringana/simplelink:v2.1
20
```
21
22
### Environment Variables
docker-compose.yml
@@ -19,7 +19,7 @@ services:
- shortener-network
app:
- image: ghcr.io/waveringana/simplelink:v2
+ image: ghcr.io/waveringana/simplelink:v2.1
23
container_name: shortener-app
24
ports:
25
- "8080:8080"
0 commit comments