From dd27f00a62310d9c442fd983ea5ff2ea764b5979 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Fri, 15 Jul 2016 17:14:18 +0300 Subject: [PATCH] Seach for the string "true" in a http body when healthcheack service --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4d1f8cf..df2ba7a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,8 +35,8 @@ services: - onlyoffice-rabbitmq environment: - BALANCE=uri depth 3 - - HTTP_CHECK=HEAD /healthcheck - - EXTRA_SETTINGS=http-check expect status 200 + - HTTP_CHECK=GET /healthcheck + - EXTRA_SETTINGS=http-check expect string true # Uncomment the string below to redirect HTTP request to HTTPS request. #- FORCE_SSL=true stdin_open: true