Skip to content

Commit be9640a

Browse files
committed
Fix Postgres volume mount for version 18.X
1 parent 7ad7ad2 commit be9640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
5757
stop_grace_period: "3s"
5858
volumes:
59-
- "postgres:/var/lib/postgresql/data"
59+
- "postgres:/var/lib/postgresql"
6060

6161
redis:
6262
deploy:

0 commit comments

Comments
 (0)