Skip to content

Commit d8c5a79

Browse files
committed
Bump
1 parent 2eb8949 commit d8c5a79

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A very performant and light (6mb in memory) link shortener and tracker. Written
1414
docker run -p 8080:8080 \
1515
-e JWT_SECRET=change-me-in-production \
1616
-v simplelink_data:/data \
17-
simplelink
17+
ghcr.io/waveringana/simplelink:v1.0.2
1818
```
1919

2020
Find the admin-setup-token pasted into the terminal output, or in admin-setup-token.txt in the container's root.

docker-compose.yml

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

2121
app:
22-
build:
23-
context: .
24-
dockerfile: Dockerfile
22+
image: ghcr.io/waveringana/simplelink:v1.0.2
2523
container_name: shortener-app
2624
ports:
2725
- "8080:8080"

0 commit comments

Comments
 (0)