We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76e105 commit 35e53c5Copy full SHA for 35e53c5
etcd-demo/docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
- "8080:8080"
11
etcd:
12
command: "-name etcd0 -advertise-client-urls http://${HOST_IP}:2379,http://${HOST_IP}:4001 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls http://${HOST_IP}:2380 -listen-peer-urls http://0.0.0.0:2380 -initial-cluster-token etcd-cluster-1 -initial-cluster etcd0=http://${HOST_IP}:2380"
13
- image: quay.io/coreos/etcd:v3.5.16
+ image: quay.io/coreos/etcd:v3.5.19
14
container_name: etcd
15
ports:
16
- "4001:4001"
0 commit comments