Skip to content

Commit

Permalink
fix(quorum): docker-compose network name typo
Browse files Browse the repository at this point in the history
It was copy-pasted from the fabric docker-compose and so the network names
were incorrectly referencing the fabric network, not the quorum.
  • Loading branch information
petermetz committed Nov 19, 2019
1 parent 557eae5 commit 23d26e6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:
- ETCD_INITIAL_CLUSTER=etcd1=http://etcd1:2380,etcd2=http://etcd2:2380,etcd3=http://etcd3:2380
- ETCD_INITIAL_CLUSTER_STATE=new
networks:
fabric-network:
quorum-network:
ipv4_address: 192.20.0.50

etcd2:
Expand All @@ -150,7 +150,7 @@ services:
- ETCD_INITIAL_CLUSTER=etcd1=http://etcd1:2380,etcd2=http://etcd2:2380,etcd3=http://etcd3:2380
- ETCD_INITIAL_CLUSTER_STATE=new
networks:
fabric-network:
quorum-network:
ipv4_address: 192.20.0.51

etcd3:
Expand All @@ -166,5 +166,5 @@ services:
- ETCD_INITIAL_CLUSTER=etcd1=http://etcd1:2380,etcd2=http://etcd2:2380,etcd3=http://etcd3:2380
- ETCD_INITIAL_CLUSTER_STATE=new
networks:
fabric-network:
quorum-network:
ipv4_address: 192.20.0.52

0 comments on commit 23d26e6

Please sign in to comment.