Skip to content

Commit 820cdf7

Browse files
authored
Update healthcheck URL to use 127.0.0.1
1 parent 2443b15 commit 820cdf7

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
@@ -11,7 +11,7 @@ services:
1111
- HOST=0.0.0.0
1212
restart: unless-stopped
1313
healthcheck:
14-
test: ["CMD", "wget", "-qO-", "http://0.0.0.0:3000/health"]
14+
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:3000/health"]
1515
interval: 30s
1616
timeout: 10s
1717
retries: 3

0 commit comments

Comments
 (0)