mirror of
https://github.com/searxng/searxng-docker.git
synced 2025-12-24 04:30:02 +00:00
Bug fix: add capabilities
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
||||
- ALL
|
||||
cap_add:
|
||||
- NET_BIND_SERVICE
|
||||
- DAC_OVERRIDE
|
||||
|
||||
filtron:
|
||||
container_name: filtron
|
||||
@@ -61,6 +62,7 @@ services:
|
||||
- CHOWN
|
||||
- SETGID
|
||||
- SETUID
|
||||
- DAC_OVERRIDE
|
||||
|
||||
morty:
|
||||
container_name: morty
|
||||
|
||||
Reference in New Issue
Block a user