Merge pull request #110 from searxng/dac_override

docker-compose.yaml: remove CAP_DAC_OVERRIDE
pull/113/head
Alexandre Flament 1 year ago committed by GitHub
commit e76656a162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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