Skip to content

Commit

Permalink
fix(external PR, twt--): un-nest docker compose variable substitution…
Browse files Browse the repository at this point in the history
… in sandbox config (#8930)

Thanks twt-- for
#8191.

Co-authored-by: Tim T <twt@clarified.io>
Co-authored-by: ludamad <adam.domurad@gmail.com>
3 people authored Oct 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent dd3a27e commit 12b8526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aztec-up/bin/docker-compose.sandbox.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ services:
environment:
DEBUG: # Loaded from the user shell if explicitly set
HOST_WORKDIR: "${PWD}" # Loaded from the user shell to show log files absolute path in host
ETHEREUM_HOST: ${ETHEREUM_HOST:-http://ethereum:${ANVIL_PORT:-8545}}
ETHEREUM_HOST: ${ETHEREUM_HOST:-http://ethereum}:${ANVIL_PORT:-8545}
L1_CHAIN_ID: 31337
ARCHIVER_POLLING_INTERVAL_MS: 50
P2P_BLOCK_CHECK_INTERVAL_MS: 50

0 comments on commit 12b8526

Please sign in to comment.