Skip to content

Commit f612ff2

Browse files
committed
Fix test volume mount on postgres 18+
As required by its new initialization. See docker-library/postgres#1259
1 parent dabec8a commit f612ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
postgres:
5858
image: postgres
5959
volumes:
60-
- postgres-data:/var/lib/postgresql/data
60+
- postgres-data:/var/lib/postgresql
6161
environment:
6262
POSTGRES_USER: kirppu
6363
POSTGRES_PASSWORD: secret

0 commit comments

Comments
 (0)