Skip to content

Instantly share code, notes, and snippets.

@ashmckenzie
Created January 22, 2016 00:23
Show Gist options
  • Save ashmckenzie/f5b7bdfd9ad6b48d7300 to your computer and use it in GitHub Desktop.
Save ashmckenzie/f5b7bdfd9ad6b48d7300 to your computer and use it in GitHub Desktop.
Possible consul KV lookup bug
#!/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