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 48f01b9 commit b53be04Copy full SHA for b53be04
deploy/docker/docker-compose.yml
@@ -245,7 +245,7 @@ services:
245
#ports:
246
# - "${LISTEN_IP:-127.0.0.1}:8443:443" # https
247
healthcheck:
248
- test: "/bin/bash -c 'printf \"GET / HTTP/1.1\n\n\" > /dev/tcp/127.0.0.1/443; exit $?;'"
+ test: echo -n "GET / HTTP/1.1\n\n" > /dev/tcp/api.mypremiumdealership.com/443
249
interval: 15s
250
timeout: 15s
251
retries: 15
0 commit comments