Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
remove -bing option for consul in a multi-IP scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Smirnov committed Nov 2, 2020
1 parent cfcfe92 commit 56fb355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56fb355

Please sign in to comment.