SearXNG: Remove unused CAP_ADD & CAP_DROP.
This commit is contained in:
parent
feebb53402
commit
7baeedaebb
1 changed files with 0 additions and 6 deletions
|
@ -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'] }}
|
||||
|
|
Loading…
Reference in a new issue