Skip to content

Commit

Permalink
Update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan committed Sep 22, 2023
1 parent 48f01b9 commit b53be04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ services:
#ports:
# - "${LISTEN_IP:-127.0.0.1}:8443:443" # https
healthcheck:
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
interval: 15s
timeout: 15s
retries: 15
Expand Down

0 comments on commit b53be04

Please sign in to comment.