Skip to content

Commit

Permalink
Fix test/fixtures/docker-compose.yaml parse error
Browse files Browse the repository at this point in the history
This is for the master branch (v1.0-alpha has already
been patched)

A parsing error was introduced in an earlier changeset.

FAB-1941

Change-Id: I56d99c812180d1b30554c376e0cf990a11b49602
Signed-off-by: Jim Zhang <jzhang@us.ibm.com>
  • Loading branch information
jimthematrix committed Jan 30, 2017
1 parent 341ad08 commit 27f2438
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/fixtures/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: '2.0'

services:

ca:
image: hyperledger/fabric-ca
ports:
- "7054:7054"
command: sh -c 'fabric-ca server start -ca /.fabric-ca/ec.pem -ca-key /.fabric-ca/ec-key.pem -config /etc/hyperledger/fabric-ca/server-config.json -address "0.0.0.0"'
container_name: ca
ca:
image: hyperledger/fabric-ca
ports:
- "7054:7054"
command: sh -c 'fabric-ca server start -ca /.fabric-ca/ec.pem -ca-key /.fabric-ca/ec-key.pem -config /etc/hyperledger/fabric-ca/server-config.json -address "0.0.0.0"'
container_name: ca

orderer:
image: hyperledger/fabric-orderer
Expand Down

0 comments on commit 27f2438

Please sign in to comment.