Update
Deploy searxng / deploy (push) Successful in 7s

This commit is contained in:
Mike McFetridge
2026-08-11 08:27:30 -04:00
parent e8cb9bdaaa
commit e0fd61d4d5
+1 -1
View File
@@ -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