mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 03:06:08 +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:
parent
05d4746aa3
commit
f7555d749f
1 changed files with 4 additions and 1 deletions
|
@ -70,6 +70,8 @@ services:
|
|||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
networks:
|
||||
- proxy-tier
|
||||
security_opt:
|
||||
- label:disable
|
||||
|
||||
letsencrypt-companion:
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
|
@ -84,7 +86,8 @@ services:
|
|||
- proxy-tier
|
||||
depends_on:
|
||||
- proxy
|
||||
|
||||
security_opt:
|
||||
- label:disable
|
||||
# self signed
|
||||
# omgwtfssl:
|
||||
# image: paulczar/omgwtfssl
|
||||
|
|
Loading…
Add table
Reference in a new issue