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

Commit

Permalink
use official consul and set log level (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tecnobrat authored Jan 31, 2018
1 parent b9b14c9 commit 298d280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: '2.1'
services:
consul:
image: gliderlabs/consul-server
image: consul
ports:
- 8500
command: "-bootstrap -bind 0.0.0.0 -client 0.0.0.0 -ui"
command: "consul agent -dev -bind 0.0.0.0 -client 0.0.0.0 -ui -log-level warn"
dns_search: ""
labels:
SERVICE_8500_CHECK_TCP: "true"
Expand Down

0 comments on commit 298d280

Please sign in to comment.