Skip to content

Commit

Permalink
Rename fabric-cop reference in docker-compose file
Browse files Browse the repository at this point in the history
https://jira.hyperledger.org/browse/FAB-1712

Change-Id: Ie445e8c61b0c5a49c5d6e9f7d4e86773e9e65e75
Signed-off-by: rameshbabu <[email protected]>
  • Loading branch information
rameshthoomu committed Jan 23, 2017
1 parent f61aad3 commit d324cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/fixtures/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: '2.0'
services:

cop:
image: hyperledger/fabric-cop
image: hyperledger/fabric-ca
ports:
- "8888:8888"
command: sh -c 'cop server start -ca ~/.cop/ec.pem -ca-key ~/.cop/ec-key.pem -config /etc/hyperledger/fabric-cop/cop.json -address "0.0.0.0"'
container_name: cop
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 d324cb6

Please sign in to comment.