Skip to content

Commit dd72b07

Browse files
committed
Fix Postgres volume mount for version 18.X
1 parent f5cdbea commit dd72b07

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
@@ -54,7 +54,7 @@ services:
5454
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
5555
stop_grace_period: "3s"
5656
volumes:
57-
- "postgres:/var/lib/postgresql/data"
57+
- "postgres:/var/lib/postgresql"
5858

5959
redis:
6060
deploy:

0 commit comments

Comments
 (0)