You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cxqi Thanks for your query. For your log error, please check all the configuration paths are valid in config.json, test-network.json files. And also verify that all environmental variables(mainly volumes) are mapped in docker-compose.yaml file.
I followed the official docker-compose method step by step, but in the end the container image was already running, but viewing the container image log is as follows
and my configuration information is as follows:
{ "name": "test-network", "version": "1.0.0", "client": { "tlsEnable": true, "adminCredential": { "id": "exploreradmin", "password": "exploreradminpw" }, "enableAuthentication": true, "organization": "Org1MSP", "connection": { "timeout": { "peer": { "endorser": "300" }, "orderer": "300" } } }, "channels": { "mychannel": { "peers": { "peer0.org1.example.com": {} } } }, "organizations": { "Org1MSP": { "mspid": "Org1MSP", "adminPrivateKey": { "path": "/mnt/go/src/github.com/hyperledger/explorer/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp/keystore/priv_sk" }, "peers": ["peer0.org1.example.com"], "signedCert": { "path": "/mnt/go/src/github.com/hyperledger/explorer/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp/signcerts/[email protected]" } } }, "peers": { "peer0.org1.example.com": { "tlsCACerts": { "path": "/mnt/go/src/github.com/hyperledger/explorer/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt" }, "url": "grpcs://peer0.org1.example.com:7051" } } }
The text was updated successfully, but these errors were encountered: