From e0fd61d4d590fa63e29e70d212905e999dba58a3 Mon Sep 17 00:00:00 2001 From: Mike McFetridge <91107715+mmcfetridge1969@users.noreply.github.com> Date: Tue, 11 Aug 2026 08:27:30 -0400 Subject: [PATCH] Update --- searxng/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searxng/docker-compose.yml b/searxng/docker-compose.yml index 2ad6b6b..a37165d 100644 --- a/searxng/docker-compose.yml +++ b/searxng/docker-compose.yml @@ -13,7 +13,7 @@ services: - UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4} - UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4} healthcheck: - test: [ "CMD", "curl", "-f", "http://192.168.2.14:8081" ] + test: [ "CMD", "curl", "-f", "http://localhost:8081" ] interval: 10s retries: 3 timeout: 10s