From 56fb35555e3106b8e5d18d81b984e293771dadfc Mon Sep 17 00:00:00 2001 From: Volodymyr Smirnov Date: Mon, 2 Nov 2020 11:44:41 +0200 Subject: [PATCH] remove -bing option for consul in a multi-IP scenarios --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 34a7d2b..a7373c4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -18,7 +18,7 @@ services: consul: image: consul:1.8 restart: on-failure - command: consul agent -dev -log-level=info -bind=0.0.0.0 -client=0.0.0.0 + command: consul agent -dev -log-level=info -client=0.0.0.0 ui: image: mindcollapse/malware-multi-scan-ui