File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ A very performant and light (2MB in memory) link shortener and tracker. Written
88
99## How to Run
1010
11- ### From Docker:
11+ ### From Docker
1212
1313``` bash
1414docker run -p 8080:8080 \
1515 -e JWT_SECRET=change-me-in-production \
16161717 -e SIMPLELINK_PASS=your-secure-password \
1818 -v simplelink_data:/data \
19- ghcr.io/waveringana/simplelink:v2.1
19+ ghcr.io/waveringana/simplelink:v2.2
2020```
2121
2222### Environment Variables
@@ -31,7 +31,7 @@ docker run -p 8080:8080 \
3131
3232If ` 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.
3333
34- ### From Docker Compose:
34+ ### From Docker Compose
3535
3636Edit the docker-compose.yml file. It comes included with a PostgreSQL db configuration.
3737
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
1919 - shortener-network
2020
2121 app :
22- image : ghcr.io/waveringana/simplelink:v2.1
22+ image : ghcr.io/waveringana/simplelink:v2.2
2323 container_name : shortener-app
2424 ports :
2525 - " 8080:8080"
You can’t perform that action at this time.
0 commit comments