Skip to content

Commit

Permalink
fix: boxes (#10122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Nov 21, 2024
1 parent cc4139a commit 10df7c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions boxes/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
version: "3"
services:
ethereum:
image: ghcr.io/foundry-rs/foundry:v1.0.0
command: "'anvil --silent -p 8545 --host 0.0.0.0 --chain-id 31337'"
image: aztecprotocol/foundry:25f24e677a6a32a62512ad4f561995589ac2c7dc-${ARCH_TAG:-amd64}
entrypoint: >
sh -c '
anvil --silent -p 8545 --host 0.0.0.0 --chain-id 31337
'
aztec:
image: aztecprotocol/aztec:${AZTEC_DOCKER_TAG:-latest}
Expand Down

0 comments on commit 10df7c5

Please sign in to comment.