Remove Stray IMAGE_TAG

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2021-02-11 18:28:16 -05:00 committed by denyeart
parent c30ceaa675
commit 8eb97d92a1

View file

@ -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: