We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fce192 commit b9714b7Copy full SHA for b9714b7
docker-compose.dev.yml
@@ -66,7 +66,7 @@ services:
66
command: "postgres -c fsync=off -c full_page_writes=off -c synchronous_commit=OFF"
67
restart: unless-stopped
68
volumes:
69
- - ${POSTGRES_VOLUME}:/var/lib/postgresql/data/pgdata
+ - ${POSTGRES_VOLUME}:/var/lib/
70
environment:
71
POSTGRES_HOST_AUTH_METHOD: "trust"
72
POSTGRES_USER: ${DATABASE_USERNAME:-postgres}
0 commit comments