SearXNG: Remove unused CAP_ADD & CAP_DROP.

This commit is contained in:
Viyurz 2024-02-19 11:21:02 +01:00
parent feebb53402
commit 7baeedaebb

View file

@ -12,12 +12,6 @@ services:
container_name: searxng
image: searxng/searxng:latest
restart: always
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
environment:
- SEARXNG_BASE_URL=https://searx.{{ domain }}
- SEARXNG_SECRET={{ searxng_secrets['searxng_secret'] }}