components-contrib/.github/infrastructure/docker-compose-etcd.yml

7 lines
213 B
YAML

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