From abaeea95e85895292fd4ea898d97300ae3df7401 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Thu, 22 May 2025 14:27:44 -0600 Subject: [PATCH] Temporarily remove comment on cap_drop in docker-compose.yml for SearXNG service - Updated the comment for the cap_drop directive to clarify its temporary status for initial testing, ensuring users are aware of the context without referencing external documentation. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6898fcb..ffd0a9f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -346,7 +346,7 @@ services: - SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/ - UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4} - UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4} - # cap_drop: - ALL # Temporarily commented out for first run - see https://github.com/searxng/searxng-docker#note + # cap_drop: - ALL # Temporarily commented out for first run cap_add: - CHOWN - SETGID