selinux for volumes:

This commit is contained in:
Lieuwe Leene 2022-11-05 17:42:02 +01:00
parent f95536338b
commit 078558d06d

View File

@ -24,7 +24,7 @@ services:
- type: bind - type: bind
source: ./pgsql source: ./pgsql
target: /var/lib/postgresql/data:z 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 restart: always
ports: ports:
- "5432:5432" - "5432:5432"
@ -49,7 +49,7 @@ services:
ports: ports:
- 9000:9000 - 9000:9000
volumes: volumes:
- ./mail/html:/var/www/html - ./mail/html:/var/www/html:z
mailserver: mailserver: