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.
This commit is contained in:
Yury Kossakovsky
2025-05-22 14:27:44 -06:00
parent 6cd3eb7927
commit abaeea95e8

View File

@@ -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