mirror of
https://github.com/containous/traefik.git
synced 2025-01-08 21:17:56 +03:00
11 lines
215 B
YAML
11 lines
215 B
YAML
version: "3.8"
|
|
services:
|
|
etcd:
|
|
image: quay.io/coreos/etcd:v3.5.14
|
|
command:
|
|
- etcd
|
|
- --listen-client-urls
|
|
- http://0.0.0.0:2379
|
|
- --advertise-client-urls
|
|
- http://0.0.0.0:2380
|