Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 17, 2020 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/2fd08381bffd83bb9ac83b37a7d32034 to your computer and use it in GitHub Desktop.
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
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