Skip to content

Commit b9714b7

Browse files
committed
Fix pg volume mount in dev
1 parent 8fce192 commit b9714b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
command: "postgres -c fsync=off -c full_page_writes=off -c synchronous_commit=OFF"
6767
restart: unless-stopped
6868
volumes:
69-
- ${POSTGRES_VOLUME}:/var/lib/postgresql/data/pgdata
69+
- ${POSTGRES_VOLUME}:/var/lib/
7070
environment:
7171
POSTGRES_HOST_AUTH_METHOD: "trust"
7272
POSTGRES_USER: ${DATABASE_USERNAME:-postgres}

0 commit comments

Comments
 (0)