docker-compose.yaml: remove CAP_DAC_OVERRIDE

Close #30
pull/110/head
Alexandre Flament 1 year ago
parent d4f06df911
commit 12d726f4ff

@ -17,7 +17,6 @@ services:
- ALL
cap_add:
- NET_BIND_SERVICE
- DAC_OVERRIDE
redis:
container_name: redis
@ -51,7 +50,6 @@ services:
- CHOWN
- SETGID
- SETUID
- DAC_OVERRIDE
logging:
driver: "json-file"
options:

Loading…
Cancel
Save