Skip to content

Instantly share code, notes, and snippets.

@dky
Created August 26, 2021 16:29
Show Gist options
  • Save dky/57306d7ea6a1fa4c651c80c582ed0b70 to your computer and use it in GitHub Desktop.
Save dky/57306d7ea6a1fa4c651c80c582ed0b70 to your computer and use it in GitHub Desktop.
compose consul
version: '3.7'
services:
consul-server:
image: consul:1.10.1
network_mode: host
container_name: consul
restart: always
command: 'agent -bind=192.168.4.2 -server -client=0.0.0.0 -bootstrap-expect=1 -node=nyc3-1 -ui -datacenter=nyc3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment