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 af3061a commit 06525f3Copy full SHA for 06525f3
docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
redis:
18
condition: service_healthy
19
healthcheck:
20
- test: ["CMD", "curl", "-f", "http://localhost:${PORT:-3001}/health"]
+ test: wget -q --spider -T 10 -O /dev/null http://localhost:${PORT:-3001}/health
21
interval: 30s
22
timeout: 10s
23
retries: 3
0 commit comments