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 998a108 commit 95e48f0Copy full SHA for 95e48f0
docker-compose.yaml
@@ -73,7 +73,7 @@ services:
73
networks:
74
- app-network
75
healthcheck:
76
- test: ["curl", "-f", "http://localhost:80"]
+ test: ["CMD", "curl", "-f", "http://localhost:80"]
77
interval: 10s
78
timeout: 5s
79
retries: 3
0 commit comments