Skip to content

Commit 9d8272b

Browse files
committed
PVW-5193/; Update Docker volume location for PostgreSQL 18+
* Update Docker volume location for PostgreSQL 18+ Docker volume mount location has changed to /var/lib/postgresql (from /var/lib/postgresql/data) with version 18 and higher. See: docker-library/postgres#1259
1 parent 70cf14a commit 9d8272b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- POSTGRES_USER=${DB_USERNAME}
1212
- POSTGRES_PASSWORD=${DB_PASSWORD}
1313
volumes:
14-
- postgres:/var/lib/postgresql/data
14+
- postgres:/var/lib/postgresql
1515
- ./sql:/docker-entrypoint-initdb.d
1616

1717
brpproxy:

0 commit comments

Comments
 (0)