We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60765af commit f78f099Copy full SHA for f78f099
docker-compose.yml
@@ -7,15 +7,15 @@ networks:
7
services:
8
9
ibaa-chain:
10
- image: nexus.iex.ec/poco-chain:token-v5.1.0
+ image: docker-regis.iex.ec/poco-chain:token-v5.1.0
11
container_name: ibaa-chain
12
ports:
13
- 28545:8545
14
networks:
15
- iexec-blockchain-adapter-api-net
16
17
ibaa-broker:
18
- image: nexus.iex.ec/iexec-autonomous-brokering-engine:dev #warn, using nexus repo + dev tag, can it be public?
+ image: docker-regis.iex.ec/iexec-autonomous-brokering-engine:dev #warn, using nexus repo + dev tag, can it be public?
19
container_name: ibaa-broker
20
environment:
21
- CHAIN=http://ibaa-chain:8545
0 commit comments