We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2443b15 commit 820cdf7Copy full SHA for 820cdf7
1 file changed
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- HOST=0.0.0.0
12
restart: unless-stopped
13
healthcheck:
14
- test: ["CMD", "wget", "-qO-", "http://0.0.0.0:3000/health"]
+ test: ["CMD", "wget", "-qO-", "http://127.0.0.1:3000/health"]
15
interval: 30s
16
timeout: 10s
17
retries: 3
0 commit comments