Skip to content

Commit 41fe30c

Browse files
authored
Merge pull request #16 from solaoi/dependencies-1637118398
Automated Dependency Updates
2 parents c1b03de + 8dfe204 commit 41fe30c

File tree

3 files changed

+2735
-3139
lines changed

3 files changed

+2735
-3139
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ DISABLE_SECURE_COOKIES=false
1919
# Let's enjoy!
2020
docker run --init -e SESSION_SECRET_KEY="your random string of at least 32 bytes" \
2121
-e DISABLE_SECURE_COOKIES=$DISABLE_SECURE_COOKIES \
22-
-d -p $HOST_PORT:3000 -v $(pwd)/data:/data ghcr.io/solaoi/co-metub:latest
22+
-d --restart=on-failure:1 \
23+
-p $HOST_PORT:3000 -v $(pwd)/data:/data ghcr.io/solaoi/co-metub:latest
2324
```
2425

2526
#### Persist the stub data

0 commit comments

Comments
 (0)