about summary refs log tree commit diff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorFabian Schlenz <mail@fabianonline.de>2019-04-23 00:54:26 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-04-23 00:54:26 +0200
commit50b36ef59de4bac5375c68f41d49e16132eb1f86 (patch)
tree9bef7cd10b787c7bcdc0163a1497ad1a106a91ba /docker-compose.yml
parentfd9f5a467f9af857338380bf78b6b7037a12f171 (diff)
Fixed Healthchecks in docker-compose.yml (#10553)
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index faa066149..47662d470 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -43,7 +43,7 @@ services:
       - external_network
       - internal_network
     healthcheck:
-      test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy off localhost:3000/api/v1/instance || exit 1"]
+      test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy=off localhost:3000/api/v1/instance || exit 1"]
     ports:
       - "127.0.0.1:3000:3000"
     depends_on:
@@ -63,7 +63,7 @@ services:
       - external_network
       - internal_network
     healthcheck:
-      test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy off localhost:4000/api/v1/streaming/health || exit 1"]
+      test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy=off localhost:4000/api/v1/streaming/health || exit 1"]
     ports:
       - "127.0.0.1:4000:4000"
     depends_on: