bump to v2
This commit is contained in:
parent
e150bece4d
commit
613799dc78
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ A very performant and light (6mb in memory) link shortener and tracker. Written
|
||||||
docker run -p 8080:8080 \
|
docker run -p 8080:8080 \
|
||||||
-e JWT_SECRET=change-me-in-production \
|
-e JWT_SECRET=change-me-in-production \
|
||||||
-v simplelink_data:/data \
|
-v simplelink_data:/data \
|
||||||
ghcr.io/waveringana/simplelink:v1.0.2
|
ghcr.io/waveringana/simplelink:v2
|
||||||
```
|
```
|
||||||
|
|
||||||
Find the admin-setup-token pasted into the terminal output, or in admin-setup-token.txt in the container's root.
|
Find the admin-setup-token pasted into the terminal output, or in admin-setup-token.txt in the container's root.
|
||||||
|
|
|
@ -19,7 +19,7 @@ services:
|
||||||
- shortener-network
|
- shortener-network
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: ghcr.io/waveringana/simplelink:v1.0.2
|
image: ghcr.io/waveringana/simplelink:v2
|
||||||
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