mirror of
https://github.com/containous/traefik.git
synced 2024-12-25 23:21:40 +03:00
c719aa3db8
Fixes #508
5 lines
180 B
YAML
5 lines
180 B
YAML
etcd:
|
|
image: gcr.io/google_containers/etcd:2.2.1
|
|
net: host
|
|
command: ['/usr/local/bin/etcd', '--addr=127.0.0.1:2379', '--bind-addr=0.0.0.0:2379', '--data-dir=/var/etcd/data']
|