Created
April 1, 2019 09:46
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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