bump to v2.2

This commit is contained in:
Wavering Ana 2025-02-19 21:29:25 -05:00
parent 030116db61
commit 3fcaf6310a
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ A very performant and light (2MB in memory) link shortener and tracker. Written
## How to Run ## How to Run
### From Docker: ### From Docker
```bash ```bash
docker run -p 8080:8080 \ docker run -p 8080:8080 \
@ -16,7 +16,7 @@ docker run -p 8080:8080 \
-e SIMPLELINK_USER=admin@example.com \ -e SIMPLELINK_USER=admin@example.com \
-e SIMPLELINK_PASS=your-secure-password \ -e SIMPLELINK_PASS=your-secure-password \
-v simplelink_data:/data \ -v simplelink_data:/data \
ghcr.io/waveringana/simplelink:v2.1 ghcr.io/waveringana/simplelink:v2.2
``` ```
### Environment Variables ### Environment Variables
@ -31,7 +31,7 @@ docker run -p 8080:8080 \
If `SIMPLELINK_USER` and `SIMPLELINK_PASS` are not passed, an admin-setup-token is pasted to the console and as a text file in the project root. If `SIMPLELINK_USER` and `SIMPLELINK_PASS` are not passed, an admin-setup-token is pasted to the console and as a text file in the project root.
### From Docker Compose: ### From Docker Compose
Edit the docker-compose.yml file. It comes included with a PostgreSQL db configuration. Edit the docker-compose.yml file. It comes included with a PostgreSQL db configuration.

View file

@ -19,7 +19,7 @@ services:
- shortener-network - shortener-network
app: app:
image: ghcr.io/waveringana/simplelink:v2.1 image: ghcr.io/waveringana/simplelink:v2.2
container_name: shortener-app container_name: shortener-app
ports: ports:
- "8080:8080" - "8080:8080"