Skip to content

Commit cea0c1d

Browse files
committed
fix postgrest healthcheck
1 parent 64635b0 commit cea0c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ services:
117117
networks:
118118
haf-network:
119119
healthcheck:
120-
test: ["CMD-SHELL", "wget --timeout=2 -nv -t1 --spider http://localhost:3000/ || exit 1"]
120+
test: ["CMD-SHELL", "wget --timeout=2 -nv -t1 --spider 127.0.0.1:3001/ready || exit 1"]
121121
interval: 10s
122122
timeout: 3s
123123
retries: 10

0 commit comments

Comments
 (0)