mirror of
https://github.com/traefik/traefik.git
synced 2026-06-26 00:55:31 -04:00
4 lines
180 B
YAML
4 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']
|