Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

Commit 298d280

Browse files
authored
use official consul and set log level (#20)
1 parent b9b14c9 commit 298d280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: '2.1'
22
services:
33
consul:
4-
image: gliderlabs/consul-server
4+
image: consul
55
ports:
66
- 8500
7-
command: "-bootstrap -bind 0.0.0.0 -client 0.0.0.0 -ui"
7+
command: "consul agent -dev -bind 0.0.0.0 -client 0.0.0.0 -ui -log-level warn"
88
dns_search: ""
99
labels:
1010
SERVICE_8500_CHECK_TCP: "true"

0 commit comments

Comments
 (0)