diff --git a/README.md b/README.md index 95a5bb0..e0f8849 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A very performant and light (6mb in memory) link shortener and tracker. Written docker run -p 8080:8080 \ -e JWT_SECRET=change-me-in-production \ -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. diff --git a/docker-compose.yml b/docker-compose.yml index 9a1f1e7..6920d73 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: - shortener-network app: - image: ghcr.io/waveringana/simplelink:v1.0.2 + image: ghcr.io/waveringana/simplelink:v2 container_name: shortener-app ports: - "8080:8080"