Skip to content

Commit cba63e7

Browse files
committed
Postgres mapped to wrong data path
1 parent ade7f8a commit cba63e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
dockerfile: deploy/postgres.Dockerfile
3131
restart: unless-stopped
3232
volumes:
33-
- postgres_data:/var/lib/postgresql
33+
- postgres_data:/var/lib/postgresql/data
3434
ports:
3535
- "${POSTGRES_EXT_PORT:-}:5432"
3636

0 commit comments

Comments
 (0)