mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Remove Stray IMAGE_TAG
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
c30ceaa675
commit
8eb97d92a1
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ volumes:
|
|||
|
||||
services:
|
||||
peer-base:
|
||||
image: hyperledger/fabric-peer:$IMAGE_TAG
|
||||
image: hyperledger/fabric-peer:latest
|
||||
environment:
|
||||
- CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
|
||||
- FABRIC_LOGGING_SPEC=INFO
|
||||
|
|
@ -29,7 +29,7 @@ services:
|
|||
|
||||
orderer:
|
||||
container_name: irs-orderer
|
||||
image: hyperledger/fabric-orderer:$IMAGE_TAG
|
||||
image: hyperledger/fabric-orderer:latest
|
||||
environment:
|
||||
- FABRIC_LOGGING_SPEC=INFO
|
||||
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0
|
||||
|
|
@ -132,7 +132,7 @@ services:
|
|||
|
||||
cli:
|
||||
container_name: cli
|
||||
image: hyperledger/fabric-tools:$IMAGE_TAG
|
||||
image: hyperledger/fabric-tools:latest
|
||||
tty: true
|
||||
stdin_open: true
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue