6 lines
171 B
YAML
6 lines
171 B
YAML
|
etcd:
|
||
|
image: quay.io/coreos/etcd:v3.3.18
|
||
|
command: etcd --listen-client-urls http://0.0.0.0:2379 --advertise-client-urls http://0.0.0.0:2380
|
||
|
ports:
|
||
|
- "2379:2379"
|