1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-26 17:25:15 +03:00
traefik/examples/compose-etcd.yml
2016-07-11 13:14:43 +01:00

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']