Browse Source

[Config] Fixed ofelia container in SELinux environment (#4257)

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
Kristian Feldsam 4 years ago
parent
commit
8f733a903b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docker-compose.yml

+ 2 - 0
docker-compose.yml

@@ -566,6 +566,8 @@ services:
         - dovecot-mailcow
         - dovecot-mailcow
       labels:
       labels:
         ofelia.enabled: "true"
         ofelia.enabled: "true"
+      security_opt:
+        - label=disable
       volumes:
       volumes:
         - /var/run/docker.sock:/var/run/docker.sock:ro
         - /var/run/docker.sock:/var/run/docker.sock:ro
       networks:
       networks: