Skip to content

Commit

Permalink
fix: aztec-builder port issue (#7068)
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan authored Jun 17, 2024
1 parent fcbd44b commit 729e69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aztec-up/bin/aztec-builder
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

export SKIP_PORT_ASSIGNMENTS=1
export SKIP_PORT_ASSIGNMENT=1
export ENV_VARS_TO_INJECT="PXE_URL PRIVATE_KEY DEBUG"
export PXE_URL=${PXE_URL:-"http://host.docker.internal:8080"}
export ETHEREUM_HOST=${ETHEREUM_HOST:-"http://host.docker.internal:8545"}
Expand Down

0 comments on commit 729e69a

Please sign in to comment.