From 77be80c2c9d827a9582c656bc5335019bb2af47f Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 30 Oct 2022 02:08:44 +0200 Subject: [PATCH] chore(compose): rm typo --- etc/searxng/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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