From 078558d06d8a8907708985642f0cb988bb29daf9 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Sat, 5 Nov 2022 17:42:02 +0100 Subject: [PATCH] selinux for volumes: --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 4b0d3d6..b106e12 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -24,7 +24,7 @@ services: - type: bind source: ./pgsql target: /var/lib/postgresql/data:z - - ./config/pg-init-scripts:/docker-entrypoint-initdb.d + - ./config/pg-init-scripts:/docker-entrypoint-initdb.d:z restart: always ports: - "5432:5432" @@ -49,7 +49,7 @@ services: ports: - 9000:9000 volumes: - - ./mail/html:/var/www/html + - ./mail/html:/var/www/html:z mailserver: