enable the admin api

This commit is contained in:
Sebastian
2024-05-29 08:48:55 +02:00
parent 31f2a0f954
commit 2e96e51102

View File

@@ -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",