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: