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: