We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50e90b commit f99fbdbCopy full SHA for f99fbdb
docker-compose.yml
@@ -44,7 +44,7 @@ services:
44
- HEALTH_CHECK_TIMEOUT=10
45
- HEALTH_CHECK_RETRIES=3
46
healthcheck:
47
- test: ["/app/healthcheck.sh"]
+ test: ["CMD-SHELL", "/app/healthcheck.sh"]
48
interval: 30s
49
timeout: 10s
50
retries: 3
0 commit comments