mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user