Bump to v2.1

This commit is contained in:
Wavering Ana 2025-02-02 17:07:30 -05:00
parent 7dd92878ed
commit ab3cc41f23
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ docker run -p 8080:8080 \
-e SIMPLELINK_USER=admin@example.com \ -e SIMPLELINK_USER=admin@example.com \
-e SIMPLELINK_PASS=your-secure-password \ -e SIMPLELINK_PASS=your-secure-password \
-v simplelink_data:/data \ -v simplelink_data:/data \
ghcr.io/waveringana/simplelink:v2 ghcr.io/waveringana/simplelink:v2.1
``` ```
### Environment Variables ### Environment Variables

View file

@ -19,7 +19,7 @@ services:
- shortener-network - shortener-network
app: app:
image: ghcr.io/waveringana/simplelink:v2 image: ghcr.io/waveringana/simplelink:v2.1
container_name: shortener-app container_name: shortener-app
ports: ports:
- "8080:8080" - "8080:8080"