Skip to content

Commit e38cb66

Browse files
committed
Fix gateway service health
1 parent 263e45e commit e38cb66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ services:
276276
#ports:
277277
# - "${LISTEN_IP:-127.0.0.1}:8443:443" # https
278278
healthcheck:
279-
test: echo -n "GET / HTTP/1.1\n\n" > /dev/tcp/127.0.0.1/443
279+
test: echo -n "GET / HTTP/1.1\n\n\n" > /dev/tcp/127.0.0.1/443
280280
interval: 15s
281281
timeout: 15s
282282
retries: 15

0 commit comments

Comments
 (0)