0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 11:06:09 +02:00

Update docker-compose.yml

The security lables needs to be disabled, otherwise SELinux will deny access to the docker socket.
https://access.redhat.com/solutions/4344161
This commit is contained in:
Tommy 2021-10-22 06:49:39 -04:00 committed by GitHub
parent 05d4746aa3
commit f7555d749f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,8 @@ services:
- /var/run/docker.sock:/tmp/docker.sock:ro - /var/run/docker.sock:/tmp/docker.sock:ro
networks: networks:
- proxy-tier - proxy-tier
security_opt:
- label:disable
letsencrypt-companion: letsencrypt-companion:
image: jrcs/letsencrypt-nginx-proxy-companion image: jrcs/letsencrypt-nginx-proxy-companion
@ -84,7 +86,8 @@ services:
- proxy-tier - proxy-tier
depends_on: depends_on:
- proxy - proxy
security_opt:
- label:disable
# self signed # self signed
# omgwtfssl: # omgwtfssl:
# image: paulczar/omgwtfssl # image: paulczar/omgwtfssl