Skip to content

Commit

Permalink
Merge pull request #16 from solaoi/dependencies-1637118398
Browse files Browse the repository at this point in the history
Automated Dependency Updates
  • Loading branch information
solaoi authored Nov 21, 2021
2 parents c1b03de + 8dfe204 commit 41fe30c
Show file tree
Hide file tree
Showing 3 changed files with 2,735 additions and 3,139 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ DISABLE_SECURE_COOKIES=false
# Let's enjoy!
docker run --init -e SESSION_SECRET_KEY="your random string of at least 32 bytes" \
-e DISABLE_SECURE_COOKIES=$DISABLE_SECURE_COOKIES \
-d -p $HOST_PORT:3000 -v $(pwd)/data:/data ghcr.io/solaoi/co-metub:latest
-d --restart=on-failure:1 \
-p $HOST_PORT:3000 -v $(pwd)/data:/data ghcr.io/solaoi/co-metub:latest
```

#### Persist the stub data
Expand Down
Loading

0 comments on commit 41fe30c

Please sign in to comment.