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.port
|
||||
- ${BOR_WS_PORT}
|
||||
- --ws.rpcprefix
|
||||
- "/"
|
||||
- --ws.addr
|
||||
- 0.0.0.0
|
||||
- --ws.origins=*
|
||||
@ -147,6 +149,8 @@ services:
|
||||
- eth,net,web3,txpool,bor
|
||||
- --http.port
|
||||
- ${BOR_RPC_PORT}
|
||||
- --http.rpcprefix
|
||||
- "/"
|
||||
- --networkid
|
||||
- ${BOR_CHAIN_ID}
|
||||
- --ethstats
|
||||
|
@ -34,6 +34,8 @@ services:
|
||||
- "0.0.0.0"
|
||||
- --http.port
|
||||
- "${HTTP_PORT}"
|
||||
- --http.rpcprefix
|
||||
- "/"
|
||||
- --http.corsdomain=*
|
||||
- --http.vhosts=*
|
||||
- --http.api
|
||||
@ -43,6 +45,8 @@ services:
|
||||
- "0.0.0.0"
|
||||
- --ws.port
|
||||
- "${WS_PORT}"
|
||||
- --ws.rpcprefix
|
||||
- "/"
|
||||
- --ws.origins=*
|
||||
- --ws.api
|
||||
- "eth,net,web3,txpool"
|
||||
|
@ -28,6 +28,8 @@ services:
|
||||
- "0.0.0.0"
|
||||
- --http.port
|
||||
- "${HTTP_PORT}"
|
||||
- --http.rpcprefix
|
||||
- "/"
|
||||
- --http.corsdomain=*
|
||||
- --http.vhosts=*
|
||||
- --http.api
|
||||
@ -37,6 +39,8 @@ services:
|
||||
- "0.0.0.0"
|
||||
- --ws.port
|
||||
- "${WS_PORT}"
|
||||
- --ws.rpcprefix
|
||||
- "/"
|
||||
- --ws.origins=*
|
||||
- --ws.api
|
||||
- "eth,net,web3,txpool"
|
||||
|
Loading…
Reference in New Issue
Block a user