为了账号安全,请及时绑定邮箱和手机立即绑定

docker-compose up -d 运行的时候提示错误

the service name True must be a quoted string 在哪改?

正在回答

3 回答

https://www.jianshu.com/p/44022c67f117 文章中的 dock-compose.yaml

0 回复 有任何疑惑可以回复我~

version: '2' networks:  byfn: services:  etcd1:    image: quay.io/coreos/etcd    container_name: etcd1    command: etcd -name etcd1 -advertise-client-urls http://0.0.0.0:2379 -listen-client-urls http://0.0.0.0:2379 -listen-peer-urls http://0.0.0.0:2380 -initial-cluster-token etcd-cluster -initial-cluster "etcd1=http://etcd1:2380,etcd2=http://etcd2:2380,etcd3=http://etcd3:2380" -initial-cluster-state new    ports:      - 32791:2379      - 32790:2380    networks:      - byfn  etcd2:    image: quay.io/coreos/etcd    container_name: etcd2    command: etcd -name etcd2 -advertise-client-urls http://0.0.0.0:2379 -listen-client-urls http://0.0.0.0:2379 -listen-peer-urls http://0.0.0.0:2380 -initial-cluster-token etcd-cluster -initial-cluster "etcd1=http://etcd1:2380,etcd2=http://etcd2:2380,etcd3=http://etcd3:2380" -initial-cluster-state new    ports:      - 32789:2379      - 32788:2380    networks:      - byfn  etcd3:    image: quay.io/coreos/etcd    container_name: etcd3    command: etcd -name etcd3 -advertise-client-urls http://0.0.0.0:2379 -listen-client-urls http://0.0.0.0:2379 -listen-peer-urls http://0.0.0.0:2380 -initial-cluster-token etcd-cluster -initial-cluster "etcd1=http://etcd1:2380,etcd2=http://etcd2:2380,etcd3=http://etcd3:2380" -initial-cluster-state new    ports:      - 32787:2379      - 32786:2380    networks:      - byfn


0 回复 有任何疑惑可以回复我~

docker-compose.yml 文件方便贴出来吗

0 回复 有任何疑惑可以回复我~
#1

qq_走走看看_0

https://www.jianshu.com/p/44022c67f117 文章中的 docker-compose.yml
2019-10-31 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

docker-compose up -d 运行的时候提示错误

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信