Created
August 9, 2017 03:45
-
-
Save kelseyhightower/37b7917141a0b6cdc5801b36725383e6 to your computer and use it in GitHub Desktop.
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
/usr/local/bin/consul agent \ | |
-advertise=X.X.X.X \ | |
-bind=0.0.0.0 \ | |
-bootstrap-expect=3 \ | |
-client=0.0.0.0 \ | |
-data-dir=/var/lib/consul \ | |
-retry-join-gce-project-name hightowerlabs \ | |
-retry-join-gce-tag-value consul \ | |
-server \ | |
-ui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment