blob: 5f9a5b16085d1e6d32073414734b4ad2b26f8d30 [file] [log] [blame]
version: '3'
services:
consul:
image: consul:latest
ports:
- 8500:8500
restart: on-failure
command: agent -server -bind=0.0.0.0 -client=0.0.0.0 -node=consul_Server1 -bootstrap-expect=1 -ui