mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
[FAB-5130] Invalid syntax in docker compose files
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>
This commit is contained in:
parent
a7e83fc235
commit
2f4e9b851c
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue