Skip to content

Commit f090ccc

Browse files
authored
Fix postgres18 new volume path in docker images (#4280)
1 parent 0f65b72 commit f090ccc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
extra_hosts:
5454
- "host.docker.internal:host-gateway"
5555
volumes:
56-
- pgdata:/var/lib/postgresql/data
56+
- pgdata:/var/lib/postgresql
5757
- ./volumes/postgresql.conf:/etc/postgresql.conf
5858
- ./volumes/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
5959
healthcheck:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
extra_hosts:
4848
- "host.docker.internal:host-gateway"
4949
volumes:
50-
- pgdata:/var/lib/postgresql/data
50+
- pgdata:/var/lib/postgresql
5151
- ./volumes/postgresql.conf:/etc/postgresql.conf
5252
- ./volumes/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
5353
healthcheck:

0 commit comments

Comments
 (0)