Skip to content

Commit

Permalink
[FAB-5031] Fix e2e template typo
Browse files Browse the repository at this point in the history
There is a rogue network section which is indented at the top level of
the docker-compose-e2e-template.yaml file.  This has been reported by
users to cause errors when they attempt to tweak the byfn setup.

As best as I can tell, this network section is intended to be defined at
the top level and appears to have no adverse affect on the byfn.

Change-Id: I40b937d1f352af079754a84860bce025ec61594e
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Jun 27, 2017
1 parent 04c9eff commit d58af56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions first-network/docker-compose-e2e-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

version: '2'

networks:
byfn:
networks:
byfn:
services:
ca0:
image: hyperledger/fabric-ca
Expand Down

0 comments on commit d58af56

Please sign in to comment.