mirror of
https://github.com/tornadocash/rpc-nodes
synced 2024-02-02 14:53:56 +01:00
fixed proxy path prefix
This commit is contained in:
parent
1bc3177cfb
commit
1adc41eb0c
@ -114,6 +114,8 @@ services:
|
|||||||
- --ws
|
- --ws
|
||||||
- --ws.port
|
- --ws.port
|
||||||
- ${BOR_WS_PORT}
|
- ${BOR_WS_PORT}
|
||||||
|
- --ws.rpcprefix
|
||||||
|
- "/"
|
||||||
- --ws.addr
|
- --ws.addr
|
||||||
- 0.0.0.0
|
- 0.0.0.0
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
@ -147,6 +149,8 @@ services:
|
|||||||
- eth,net,web3,txpool,bor
|
- eth,net,web3,txpool,bor
|
||||||
- --http.port
|
- --http.port
|
||||||
- ${BOR_RPC_PORT}
|
- ${BOR_RPC_PORT}
|
||||||
|
- --http.rpcprefix
|
||||||
|
- "/"
|
||||||
- --networkid
|
- --networkid
|
||||||
- ${BOR_CHAIN_ID}
|
- ${BOR_CHAIN_ID}
|
||||||
- --ethstats
|
- --ethstats
|
||||||
|
@ -34,6 +34,8 @@ services:
|
|||||||
- "0.0.0.0"
|
- "0.0.0.0"
|
||||||
- --http.port
|
- --http.port
|
||||||
- "${HTTP_PORT}"
|
- "${HTTP_PORT}"
|
||||||
|
- --http.rpcprefix
|
||||||
|
- "/"
|
||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --http.api
|
- --http.api
|
||||||
@ -43,6 +45,8 @@ services:
|
|||||||
- "0.0.0.0"
|
- "0.0.0.0"
|
||||||
- --ws.port
|
- --ws.port
|
||||||
- "${WS_PORT}"
|
- "${WS_PORT}"
|
||||||
|
- --ws.rpcprefix
|
||||||
|
- "/"
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.api
|
- --ws.api
|
||||||
- "eth,net,web3,txpool"
|
- "eth,net,web3,txpool"
|
||||||
|
@ -28,6 +28,8 @@ services:
|
|||||||
- "0.0.0.0"
|
- "0.0.0.0"
|
||||||
- --http.port
|
- --http.port
|
||||||
- "${HTTP_PORT}"
|
- "${HTTP_PORT}"
|
||||||
|
- --http.rpcprefix
|
||||||
|
- "/"
|
||||||
- --http.corsdomain=*
|
- --http.corsdomain=*
|
||||||
- --http.vhosts=*
|
- --http.vhosts=*
|
||||||
- --http.api
|
- --http.api
|
||||||
@ -37,6 +39,8 @@ services:
|
|||||||
- "0.0.0.0"
|
- "0.0.0.0"
|
||||||
- --ws.port
|
- --ws.port
|
||||||
- "${WS_PORT}"
|
- "${WS_PORT}"
|
||||||
|
- --ws.rpcprefix
|
||||||
|
- "/"
|
||||||
- --ws.origins=*
|
- --ws.origins=*
|
||||||
- --ws.api
|
- --ws.api
|
||||||
- "eth,net,web3,txpool"
|
- "eth,net,web3,txpool"
|
||||||
|
Loading…
Reference in New Issue
Block a user