Created
January 22, 2016 00:23
-
-
Save ashmckenzie/f5b7bdfd9ad6b48d7300 to your computer and use it in GitHub Desktop.
Possible consul KV lookup bug
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
#!/bin/bash | |
consul agent \ | |
-bootstrap=true \ | |
-config-file=./consul.hcl \ | |
-data-dir=./consul_data \ | |
-bind=0.0.0.0 \ | |
-client=127.0.0.1 \ | |
-advertise=127.0.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment