We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c0109 commit 524080aCopy full SHA for 524080a
1 file changed
docker-compose.dev.yml
@@ -13,7 +13,7 @@ services:
13
- POSTGRES_PASSWORD=postgres
14
- PGDATA=/var/lib/postgresql/data/pgdata
15
volumes:
16
- - ./.postgres:/var/lib/postgresql/data
+ - ./.postgres:/var/lib/postgresql/data:Z
17
minio:
18
container_name: craftplan-minio
19
image: minio/minio:latest
@@ -29,7 +29,7 @@ services:
29
MINIO_ACCESS_KEY: "minio"
30
MINIO_SECRET_KEY: "minio123"
31
32
- - .minio:/data
+ - .minio:/data:Z
33
deploy:
34
restart_policy:
35
condition: on-failure
0 commit comments