fix: etcd image no more compatible
This commit is contained in:
parent
f9f22b7b70
commit
69424a16a5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
etcd:
|
etcd:
|
||||||
image: quay.io/coreos/etcd:v3.3.18
|
image: quay.io/coreos/etcd:v3.5.14
|
||||||
command:
|
command:
|
||||||
- etcd
|
- etcd
|
||||||
- --listen-client-urls
|
- --listen-client-urls
|
||||||
|
|
Loading…
Reference in a new issue