Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/solaoi/co-metub
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Sep 19, 2021
2 parents 7b00699 + f859f8b commit 18c6e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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 aota/co-metub:latest
-d -p $HOST_PORT:3000 -v $(pwd)/data:/data ghcr.io/solaoi/co-metub:latest
```

#### Persist the stub data
Expand Down

0 comments on commit 18c6e93

Please sign in to comment.