This commit is contained in:
Para Dox
2025-04-17 21:06:43 +07:00
parent 066af74c86
commit 8ff2f5a2ba
8 changed files with 16 additions and 16 deletions

View File

@@ -46,12 +46,12 @@ services:
- --syncmode=full
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine
- --http.api=admin,debug,web3,eth,istanbul,,net
- --http.port=8545
- --http.vhosts=*
- --ws
- --ws.addr=0.0.0.0
- --ws.api=eth,net,web3,debug,admin,txpool,engine
- --ws.api=admin,debug,web3,eth,istanbul,,net
- --ws.origins=*
- --ws.port=8545
- --authrpc.addr=0.0.0.0