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 14c3dac commit 2dd4765Copy full SHA for 2dd4765
test/e2e/base/base-compose.yml
@@ -26,7 +26,7 @@ services:
26
- e2e
27
restart: on-failure
28
healthcheck:
29
- test: ["CMD", "sh", "-c", "nc -zn 127.0.0.1 11800"]
+ test: [ "CMD", "bash", "-c", "cat < /dev/null > /dev/tcp/127.0.0.1/11800" ]
30
interval: 5s
31
timeout: 60s
32
retries: 120
0 commit comments