From 8c5f2b7d54a05e2b585fd9c6bd287f89e9abcc79 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 21 Jun 2024 00:04:17 -0300 Subject: [PATCH] try --- searxng-docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searxng-docker/docker-compose.yml b/searxng-docker/docker-compose.yml index bc8caff..61fde20 100755 --- a/searxng-docker/docker-compose.yml +++ b/searxng-docker/docker-compose.yml @@ -45,7 +45,7 @@ services: max-size: "1m" max-file: "1" healthcheck: - test: ["CMD", "/bin/wget http://localhost:8080 -O /dev/null || exit 1"] + test: "wget http://localhost:8080 -O /dev/null || exit 1" interval: 10s timeout: 3s networks: