Fix etcd backend with prefix /
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
11a6331185
commit
61def880db
3 changed files with 31 additions and 2 deletions
4
examples/compose-etcd.yml
Normal file
4
examples/compose-etcd.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
etcd:
|
||||
image: gcr.io/google_containers/etcd:2.2.1
|
||||
net: host
|
||||
command: ['/usr/local/bin/etcd', '--addr=127.0.0.1:4001', '--bind-addr=0.0.0.0:4001', '--data-dir=/var/etcd/data']
|
Loading…
Add table
Add a link
Reference in a new issue