Skip to content

Commit ab3cc41

Browse files
committed
Bump to v2.1
1 parent 7dd9287 commit ab3cc41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker run -p 8080:8080 \
1616
1717
-e SIMPLELINK_PASS=your-secure-password \
1818
-v simplelink_data:/data \
19-
ghcr.io/waveringana/simplelink:v2
19+
ghcr.io/waveringana/simplelink:v2.1
2020
```
2121

2222
### Environment Variables

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- shortener-network
2020

2121
app:
22-
image: ghcr.io/waveringana/simplelink:v2
22+
image: ghcr.io/waveringana/simplelink:v2.1
2323
container_name: shortener-app
2424
ports:
2525
- "8080:8080"

0 commit comments

Comments
 (0)