Skip to content

Commit

Permalink
Install: Add 'hmac_key' to docker-compose (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamantazFox authored Jul 3, 2023
1 parent 1788c0b commit 014c104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ services:
# domain:
# https_only: false
# statistics_enabled: false
hmac_key: "CHANGE_ME!!"
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
interval: 30s
Expand Down

0 comments on commit 014c104

Please sign in to comment.