Skip to content

Commit

Permalink
[FAB-5130] Invalid syntax in docker compose files
Browse files Browse the repository at this point in the history
This patch set deletes unused docker-compose environment variables.
Now CouchDB section in docker-compose file uses DB_URL env variables.
But the variables are not used in CouchDB container.

Change-Id: I8e84255e1ea00498b787bdd4042cdb909a96667c
Signed-off-by: Nao Nishijima <nao.nishijima@hal.hitachi.com>
  • Loading branch information
Nao Nishijima committed Jul 24, 2017
1 parent a7e83fc commit 2f4e9b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions basic-network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ services:
image: hyperledger/fabric-couchdb:x86_64-1.0.0
ports:
- 5984:5984
environment:
DB_URL: http://localhost:5984/member_db
networks:
- basic

Expand Down

0 comments on commit 2f4e9b8

Please sign in to comment.