From b8b9abfb705d1eebe1f2af9109e8c75619642d9c Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Wed, 15 Nov 2023 14:19:17 +0300 Subject: [PATCH] Update docker-compose.yaml Update to new repo location --- docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 503bd16..8438c26 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,7 +3,7 @@ services: ipc-testnode: profiles: ["testnode"] - image: ghcr.io/hammertoe/ipc-dx-docker:sha-ec6b927 + image: ghcr.io/consensus-shipyard/ipc-dx-docker:sha-ec6b927 network_mode: host volumes: - /var/run/docker.sock:/var/run/docker.sock @@ -13,7 +13,7 @@ services: ipc-testnet: profiles: ["testnet"] - image: ghcr.io/hammertoe/ipc-dx-docker:sha-ec6b927 + image: ghcr.io/consensus-shipyard/ipc-dx-docker:sha-ec6b927 network_mode: host volumes: - /var/run/docker.sock:/var/run/docker.sock @@ -22,7 +22,7 @@ services: command: ["cd fendermint && cargo make -e BASE_DIR=/tmp/data/.ipc/${SUBNET_ID} -e SUBNET_ID=${SUBNET_ID} --makefile ./infra/Makefile.toml testnet"] ipc: - image: ghcr.io/hammertoe/ipc-dx-docker:sha-ec6b927 + image: ghcr.io/consensus-shipyard/ipc-dx-docker:sha-ec6b927 network_mode: host volumes: - /var/run/docker.sock:/var/run/docker.sock @@ -34,4 +34,4 @@ services: image: ghcr.io/consensus-shipyard/ipc-cli-docker:sha-a49ff98 network_mode: host volumes: - - ~:/root \ No newline at end of file + - ~:/root