We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e25534 commit dfb115bCopy full SHA for dfb115b
scripts/installation/etcd.sh
@@ -26,7 +26,7 @@ onex::etcd::docker::install()
26
-v ${ONEX_ETCD_DIR}:/etcd-data \
27
-p ${ONEX_ACCESS_HOST}:${ONEX_ETCD_CLIENT_PORT}:2379 \
28
-p ${ONEX_ACCESS_HOST}:${ONEX_ETCD_PEER_PORT}:2380 \
29
- quay.io/coreos/etcd:latest \
+ quay.io/coreos/etcd:v3.5.13 \
30
/usr/local/bin/etcd \
31
--advertise-client-urls http://0.0.0.0:2379 \
32
--listen-client-urls http://0.0.0.0:2379 \
0 commit comments