mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-27 04:05:22 +00:00
Upgrade etcd from v3.4.0 to v3.5.17
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
node1:
|
node1:
|
||||||
image: quay.io/coreos/etcd:v3.4.0
|
image: quay.io/coreos/etcd:v3.5.17
|
||||||
volumes:
|
volumes:
|
||||||
- node1-data:/etcd-data
|
- node1-data:/etcd-data
|
||||||
expose:
|
expose:
|
||||||
@@ -40,7 +40,7 @@ services:
|
|||||||
- docker-etcd
|
- docker-etcd
|
||||||
|
|
||||||
node2:
|
node2:
|
||||||
image: quay.io/coreos/etcd:v3.4.0
|
image: quay.io/coreos/etcd:v3.5.17
|
||||||
volumes:
|
volumes:
|
||||||
- node2-data:/etcd-data
|
- node2-data:/etcd-data
|
||||||
networks:
|
networks:
|
||||||
@@ -72,7 +72,7 @@ services:
|
|||||||
- docker-etcd
|
- docker-etcd
|
||||||
|
|
||||||
node3:
|
node3:
|
||||||
image: quay.io/coreos/etcd:v3.4.0
|
image: quay.io/coreos/etcd:v3.5.17
|
||||||
volumes:
|
volumes:
|
||||||
- node3-data:/etcd-data
|
- node3-data:/etcd-data
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: "3.6"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
node1:
|
node1:
|
||||||
image: quay.io/coreos/etcd:v3.4.0
|
image: quay.io/coreos/etcd:v3.5.17
|
||||||
volumes:
|
volumes:
|
||||||
- node1-data:/etcd-data
|
- node1-data:/etcd-data
|
||||||
expose:
|
expose:
|
||||||
@@ -34,7 +34,7 @@ services:
|
|||||||
- docker-etcd
|
- docker-etcd
|
||||||
|
|
||||||
node2:
|
node2:
|
||||||
image: quay.io/coreos/etcd:v3.4.0
|
image: quay.io/coreos/etcd:v3.5.17
|
||||||
volumes:
|
volumes:
|
||||||
- node2-data:/etcd-data
|
- node2-data:/etcd-data
|
||||||
networks:
|
networks:
|
||||||
@@ -66,7 +66,7 @@ services:
|
|||||||
- docker-etcd
|
- docker-etcd
|
||||||
|
|
||||||
node3:
|
node3:
|
||||||
image: quay.io/coreos/etcd:v3.4.0
|
image: quay.io/coreos/etcd:v3.5.17
|
||||||
volumes:
|
volumes:
|
||||||
- node3-data:/etcd-data
|
- node3-data:/etcd-data
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user