We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f65b72 commit f090cccCopy full SHA for f090ccc
2 files changed
docker-compose-dev.yml
@@ -53,7 +53,7 @@ services:
53
extra_hosts:
54
- "host.docker.internal:host-gateway"
55
volumes:
56
- - pgdata:/var/lib/postgresql/data
+ - pgdata:/var/lib/postgresql
57
- ./volumes/postgresql.conf:/etc/postgresql.conf
58
- ./volumes/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
59
healthcheck:
docker-compose.yml
@@ -47,7 +47,7 @@ services:
47
48
49
50
51
52
0 commit comments