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