Skip to content

Commit 3fcaf63

Browse files
committed
bump to v2.2
1 parent 030116d commit 3fcaf63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1414
docker run -p 8080:8080 \
1515
-e JWT_SECRET=change-me-in-production \
1616
1717
-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

3232
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.
3333

34-
### From Docker Compose:
34+
### From Docker Compose
3535

3636
Edit the docker-compose.yml file. It comes included with a PostgreSQL db configuration.
3737

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)