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 19a4a76 commit 833aad5Copy full SHA for 833aad5
starter-sample/compose.yaml
@@ -16,8 +16,4 @@ services:
16
healthcheck:
17
# wget or curl required for healthchecks on services with a published port
18
# this gets parsed by Defang and provided to the load balancers as well
19
-<<<<<<< HEAD
20
- test: ["CMD", "curl", "-f", "http://localhost:3000/api/health" ]
21
-=======
22
test: ["CMD", "curl", "-f", "http://localhost:3000/"]
23
->>>>>>> main
0 commit comments