Commit 451eb00 1 parent a889dc8 commit 451eb00 Copy full SHA for 451eb00
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
- --suave.dev
8
8
- --http.addr=0.0.0.0
9
9
- --suave.eth.remote_endpoint=http://suave-enabled-chain:8545
10
- - --suave.eth.external-whitelist=172.17.0.1
10
+ - --suave.eth.external-whitelist=*
11
11
depends_on :
12
12
- suave-enabled-chain
13
13
ports :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func main() {
29
29
if cfg .BuilderURL == "local" {
30
30
// '172.17.0.1' is the default docker host IP that a docker container can
31
31
// use to connect with a service running on the host machine.
32
- cfg .BuilderURL = "http://172.17.0.1 :1234"
32
+ cfg .BuilderURL = "http://host.docker.internal :1234"
33
33
34
34
go func () {
35
35
log .Fatal (http .ListenAndServe ("0.0.0.0:1234" , & relayHandlerExample {}))
You can’t perform that action at this time.
0 commit comments