Skip to content

Commit b53be04

Browse files
committed
Update docker compose
1 parent 48f01b9 commit b53be04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ services:
245245
#ports:
246246
# - "${LISTEN_IP:-127.0.0.1}:8443:443" # https
247247
healthcheck:
248-
test: "/bin/bash -c 'printf \"GET / HTTP/1.1\n\n\" > /dev/tcp/127.0.0.1/443; exit $?;'"
248+
test: echo -n "GET / HTTP/1.1\n\n" > /dev/tcp/api.mypremiumdealership.com/443
249249
interval: 15s
250250
timeout: 15s
251251
retries: 15

0 commit comments

Comments
 (0)