diff --git a/README.md b/README.md index 6ef85bd..95a5bb0 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 \ - simplelink + ghcr.io/waveringana/simplelink:v1.0.2 ``` 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 129b019..9a1f1e7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,9 +19,7 @@ services: - shortener-network app: - build: - context: . - dockerfile: Dockerfile + image: ghcr.io/waveringana/simplelink:v1.0.2 container_name: shortener-app ports: - "8080:8080"