From 8eb97d92a1c258703c240c9c07237c58e4294175 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Thu, 11 Feb 2021 18:28:16 -0500 Subject: [PATCH] Remove Stray IMAGE_TAG Signed-off-by: Brett Logan --- interest_rate_swaps/network/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interest_rate_swaps/network/docker-compose.yaml b/interest_rate_swaps/network/docker-compose.yaml index 21dc5df2..fc7987ea 100644 --- a/interest_rate_swaps/network/docker-compose.yaml +++ b/interest_rate_swaps/network/docker-compose.yaml @@ -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: