Skip to content

Commit 38e72d6

Browse files
committed
Fix health of gateway image
1 parent aa350c6 commit 38e72d6

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
@@ -254,7 +254,7 @@ services:
254254
#ports:
255255
# - "${LISTEN_IP:-127.0.0.1}:8443:443" # https
256256
healthcheck:
257-
test: echo -n "GET / HTTP/1.1\n\n" > /dev/tcp/127.0.0.1/443
257+
test: bash -c 'echo -n "GET / HTTP/1.1\n\n" > /dev/tcp/127.0.0.1/443'
258258
interval: 15s
259259
timeout: 15s
260260
retries: 15

0 commit comments

Comments
 (0)