From d58af569b76df644bd931c846d946435eaafa784 Mon Sep 17 00:00:00 2001 From: Jason Yellick Date: Tue, 27 Jun 2017 09:40:29 -0400 Subject: [PATCH] [FAB-5031] Fix e2e template typo 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 --- first-network/docker-compose-e2e-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/first-network/docker-compose-e2e-template.yaml b/first-network/docker-compose-e2e-template.yaml index 327e3d2bd1..def9b16dac 100644 --- a/first-network/docker-compose-e2e-template.yaml +++ b/first-network/docker-compose-e2e-template.yaml @@ -5,8 +5,8 @@ version: '2' - networks: - byfn: +networks: + byfn: services: ca0: image: hyperledger/fabric-ca