2021-11-25 10:10:06 +00:00
|
|
|
version: "3.8"
|
|
|
|
services:
|
|
|
|
etcd:
|
2024-06-13 08:20:04 +00:00
|
|
|
image: quay.io/coreos/etcd:v3.5.14
|
2024-01-09 16:00:07 +00:00
|
|
|
command:
|
|
|
|
- etcd
|
|
|
|
- --listen-client-urls
|
|
|
|
- http://0.0.0.0:2379
|
|
|
|
- --advertise-client-urls
|
|
|
|
- http://0.0.0.0:2380
|