mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
ORG4 docker couch
This commit is contained in:
parent
e39db3aac5
commit
312c4563a8
1 changed files with 2 additions and 2 deletions
|
|
@ -23,11 +23,11 @@ services:
|
|||
# Comment/Uncomment the port mapping if you want to hide/expose the CouchDB service,
|
||||
# for example map it to utilize Fauxton User Interface in dev environments.
|
||||
ports:
|
||||
- "9984:5984"
|
||||
- "11984:5984"
|
||||
networks:
|
||||
- test
|
||||
|
||||
peer0.org3.example.com:
|
||||
peer0.org4.example.com:
|
||||
environment:
|
||||
- CORE_LEDGER_STATE_STATEDATABASE=CouchDB
|
||||
- CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=couchdb4:5984
|
||||
|
|
|
|||
Loading…
Reference in a new issue