File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
1818 start_period : 2s
1919 timeout : 5s
2020
21- web :
21+ builder-hub-api :
2222 image : flashbots/builder-hub
2323 build :
2424 context : ../.
@@ -46,8 +46,8 @@ services:
4646 proxy :
4747 image : flashbots/builder-hub-mock-proxy
4848 links :
49- - " web:web "
49+ - " builder-hub-api:builder-hub-api "
5050 ports :
5151 - 127.0.0.1:8888:8888
5252 environment :
53- TARGET : " http://web :8080"
53+ TARGET : " http://builder-hub-api :8080"
Original file line number Diff line number Diff line change 33 listen 8888;
44
55 location / {
6- proxy_pass http://web :8080;
6+ proxy_pass http://builder-hub-api :8080;
77 proxy_set_header X-Flashbots-Attestation-Type 'test';
88 proxy_set_header X-Flashbots-Measurement '{}';
99 proxy_set_header X-Forwarded-For '1.2.3.4';
You can’t perform that action at this time.
0 commit comments