Skip to content

Commit 0171fa8

Browse files
authored
updated db volume to point to pg_data:/var/lib/postgresql as per the new Postgres 18+ documentation (#411)
1 parent 5817bb5 commit 0171fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/playground/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
POSTGRES_PASSWORD: "playground_password"
5858
POSTGRES_DB: "playground"
5959
volumes:
60-
- pg_data:/var/lib/postgresql/data
60+
- pg_data:/var/lib/postgresql
6161
networks:
6262
- playground
6363
healthcheck:

0 commit comments

Comments
 (0)