From 613799dc78971ccb57a53593c91842e2a86839c6 Mon Sep 17 00:00:00 2001 From: Wavering Ana Date: Sat, 1 Feb 2025 00:03:20 -0500 Subject: [PATCH] bump to v2 --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"