enable the admin api
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
|||||||
"--http.addr=0.0.0.0",
|
"--http.addr=0.0.0.0",
|
||||||
"--http.port=8545",
|
"--http.port=8545",
|
||||||
"--http.corsdomain=*",
|
"--http.corsdomain=*",
|
||||||
"--http.api=web3,eth,txpool,net,debug",
|
"--http.api=admin,web3,eth,txpool,net,debug",
|
||||||
"--http.vhosts=*",
|
"--http.vhosts=*",
|
||||||
"--ws",
|
"--ws",
|
||||||
"--ws.addr=0.0.0.0",
|
"--ws.addr=0.0.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user