Skip to content

Commit

Permalink
Specify host.docker.internal:3569 explicitly for the docker-run-local…
Browse files Browse the repository at this point in the history
… container tp stop it looking on the container local loopback IP
  • Loading branch information
franklywatson committed Dec 10, 2024
1 parent a5a688d commit b5d6462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ docker-run-local:
$(call check_and_append,coa-address,EMULATOR_COA_ADDRESS)
$(call check_and_append,coa-key,EMULATOR_COA_KEY)

$(eval CMD_ARGS += --flow-network-id=flow-emulator --log-level=debug --gas-price=0 --log-writer=console --profiler-enabled=true)
$(eval CMD_ARGS += --flow-network-id=flow-emulator --log-level=debug --gas-price=0 --log-writer=console --profiler-enabled=true --access-node-grpc-host=host.docker.internal:3569)

docker run -p 8545:8545 --add-host=host.docker.internal:host-gateway "$(CONTAINER_REGISTRY)/evm-gateway:$(COMMIT)" $(CMD_ARGS)

Expand Down

0 comments on commit b5d6462

Please sign in to comment.