There was an error while loading. Please reload this page.
1 parent 6426e82 commit 6070159Copy full SHA for 6070159
1 file changed
docker-compose.yml
@@ -48,7 +48,7 @@ services:
48
volumes:
49
- postgres_data:/var/lib/postgresql/data
50
healthcheck:
51
- test: ["CMD-SHELL", "pg_isready -U postgres -d photos"]
+ test: ["CMD-SHELL", "pg_isready -U postgres -d photos -h 127.0.0.1"]
52
interval: 10s
53
timeout: 5s
54
retries: 5
0 commit comments