mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
fix(docker-compose.yml): removed hmac_key (randomly generated) used for testing
This commit is contained in:
parent
d3eca5ff20
commit
8288878c55
@ -30,7 +30,7 @@ services:
|
||||
# domain:
|
||||
# https_only: false
|
||||
# statistics_enabled: false
|
||||
hmac_key: "ahyeef5xahyohliefi3A"
|
||||
hmac_key: "CHANGE_ME!!"
|
||||
healthcheck:
|
||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
||||
interval: 30s
|
||||
|
Loading…
Reference in New Issue
Block a user