Bump to v2.1
This commit is contained in:
parent
7dd92878ed
commit
ab3cc41f23
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue