Skip to content

Commit d58af56

Browse files
author
Jason Yellick
committed
[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 <jyellick@us.ibm.com>
1 parent 04c9eff commit d58af56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

first-network/docker-compose-e2e-template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
version: '2'
77

8-
networks:
9-
byfn:
8+
networks:
9+
byfn:
1010
services:
1111
ca0:
1212
image: hyperledger/fabric-ca

0 commit comments

Comments
 (0)