Skip to content

Instantly share code, notes, and snippets.

@pranavcode
Created April 1, 2019 09:46
Show Gist options
  • Save pranavcode/619ab6b98cc7c0b784153c50ca975844 to your computer and use it in GitHub Desktop.
Save pranavcode/619ab6b98cc7c0b784153c50ca975844 to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 2 - Consul Server - Run Consul agent in server mode
consul agent -server \
-bind 33.10.0.2 \
-advertise 33.10.0.2 \
-node consul_server \
-client 0.0.0.0 \
-dns-port 53 \
-data-dir /data \
-ui -bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment