Created
June 17, 2020 05:22
-
-
Save velotiotech/2fd08381bffd83bb9ac83b37a7d32034 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 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