Skip to content

Commit c929874

Browse files
authored
update postgres volume path (#1)
docker-library/postgres#1259
1 parent cbde27d commit c929874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
ports:
99
- "5432:5432"
1010
volumes:
11-
- pg_data:/var/lib/postgresql/data
11+
- pg_data:/var/lib/postgresql
1212
healthcheck:
1313
test: ["CMD-SHELL", "pg_isready -U langtutor"]
1414
interval: 10s

0 commit comments

Comments
 (0)