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 e476ff5 commit c3e1478Copy full SHA for c3e1478
samples/flask/compose.yaml
@@ -14,4 +14,4 @@ services:
14
target: 5000
15
published: 5000
16
healthcheck:
17
- test: ["CMD", "python3", "-c", "import sys, urllib.request; urllib.request.urlopen(sys.argv[1]).read()", "http://localhost:5000/"]
+ test: ["CMD", "curl", "-f", "http://localhost:5000/"]
0 commit comments