diff --git a/searxng/docker-compose.yml b/searxng/docker-compose.yml index 519cf68..2ad6b6b 100644 --- a/searxng/docker-compose.yml +++ b/searxng/docker-compose.yml @@ -7,13 +7,13 @@ services: - "8081:8080" volumes: - /opt/Docker-Deployments/searxng:/etc/searxng:rw - - /opt/Docker-Deployments/searxng_cache:/var/cache/searxng:rw + - /opt/Docker-Deployments/searxng/searxng_cache:/var/cache/searxng:rw environment: - SEARXNG_BASE_URL=https://search.mikemcfetridge.com - UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4} - UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4} healthcheck: - test: [ "CMD", "curl", "-f", "http://localhost:8080" ] + test: [ "CMD", "curl", "-f", "http://192.168.2.14:8081" ] interval: 10s retries: 3 timeout: 10s