Remove useless config inside docker-compose

Follow lint indications :
https://github.com/iv-org/invidious/pull/2910#discussion_r811367959
pull/2910/head
Féry Mathieu (Mathius) 3 years ago
parent dbba9d7687
commit d0d8ba0068
No known key found for this signature in database
GPG Key ID: F9CCC80C18A59037

@ -34,7 +34,6 @@ services:
dbname: invidious dbname: invidious
full_refresh: false full_refresh: false
https_only: false https_only: false
statistics_enabled: false
domain: domain:
healthcheck: healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1 test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1

Loading…
Cancel
Save