File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ services:
105105 --public-mode "docker-dns" \
106106 --nitro-addr "nitro:55000" \
107107 --nitro-mode "docker-dns" \
108- --batch-poster-api "http:// host.docker.internal:8547" \
108+ --batch-poster-api "host.docker.internal:8547" \
109109 --chain-namespace 412346 \
110110 --parent-rpc-url "http://demo-l1-network:8545" \
111111 --parent-ws-url "ws://demo-l1-network:8546" \
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ mkconfig-nitro-ci DATETIME *ARGS:
142142 - n 2 \
143143 - -committee-id 0 \
144144 - -bind " 0.0.0.0:8000" \
145- - -batch-poster-api " 127.0.0.1 :8547" \
145+ - -batch-poster-api " host.docker.internal :8547" \
146146 - -external-base " 127.0.0.1:8000" \
147147 - -nitro " localhost:55000" \
148148 - -chain-namespace 412346 \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dkg_enc_key = "7PdmfTS45d2hTXB8NcrTmvDwUVBimpYBbrBaGnu3i5Ne65krVfUpbe7bYRHS3AEg7
99address = " 127.0.0.1:8000"
1010http_api = " 127.0.0.1:8004"
1111grpc_api = " 127.0.0.1:8003"
12- batch_poster_api = " 127.0.0.1 :8547"
12+ batch_poster_api = " host.docker.internal :8547"
1313
1414[[members ]]
1515node = " node_1"
@@ -19,4 +19,4 @@ dkg_enc_key = "7p1BtEz7WnFMt6Hr28X3Rngqza6i8hRoswhzZRFd6GzgkspLKHBfDocHP8DwzXiNi
1919address = " 127.0.0.1:8010"
2020http_api = " 127.0.0.1:8014"
2121grpc_api = " 127.0.0.1:8013"
22- batch_poster_api = " 127.0.0.1 :8557"
22+ batch_poster_api = " host.docker.internal :8557"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ stamp = "/tmp/timeboost.0.stamp"
33
44[net ]
55bind = " 0.0.0.0:8000"
6- batch_poster_api = " 127.0.0.1 :8547"
6+ batch_poster_api = " host.docker.internal :8547"
77nitro = " localhost:55000"
88
99[keys .signing ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ stamp = "/tmp/timeboost.1.stamp"
33
44[net ]
55bind = " 0.0.0.0:8010"
6- batch_poster_api = " 127.0.0.1 :8557"
6+ batch_poster_api = " host.docker.internal :8557"
77nitro = " localhost:55010"
88
99[keys .signing ]
You can’t perform that action at this time.
0 commit comments