We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1b03de + 8dfe204 commit 41fe30cCopy full SHA for 41fe30c
README.md
@@ -19,7 +19,8 @@ DISABLE_SECURE_COOKIES=false
19
# Let's enjoy!
20
docker run --init -e SESSION_SECRET_KEY="your random string of at least 32 bytes" \
21
-e DISABLE_SECURE_COOKIES=$DISABLE_SECURE_COOKIES \
22
--d -p $HOST_PORT:3000 -v $(pwd)/data:/data ghcr.io/solaoi/co-metub:latest
+-d --restart=on-failure:1 \
23
+-p $HOST_PORT:3000 -v $(pwd)/data:/data ghcr.io/solaoi/co-metub:latest
24
```
25
26
#### Persist the stub data
0 commit comments