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