version: '2' services: etcd: image: gcr.io/etcd-development/etcd:v3.4.20 ports: - "12379:2379" command: etcd --listen-client-urls http://0.0.0.0:2379 --advertise-client-urls http://0.0.0.0:2379