diff --git a/etc/searxng/docker-compose.yml b/etc/searxng/docker-compose.yml index 7f042d5..69f0c6c 100644 --- a/etc/searxng/docker-compose.yml +++ b/etc/searxng/docker-compose.yml @@ -46,7 +46,7 @@ services: max-file: "1" healthcheck: # DON'T - # test:i "/usr/bin/wget -q -Y off http://localhost:8080/about -O /dev/null > /dev/null 2>&1" + # test: "/usr/bin/wget -q -Y off http://localhost:8080/about -O /dev/null > /dev/null 2>&1" # DO: test: "/usr/bin/wget -q -Y off http://localhost:8080/about -O /dev/null 2>&-" interval: 10s