This commit is contained in:
squidbear
2025-03-28 10:53:16 +01:00
parent e28442f146
commit 5c8aad323e
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ services:
- --syncmode=full
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --auth.jwtSecret=/jwtsecret
- --authrpc.jwtsecret=/jwtsecret
- --http
- --http.api=admin,debug,eth,net,web3,txpool,taiko
- --http.addr=0.0.0.0

View File

@@ -24,7 +24,7 @@ services:
- --syncmode=snap
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --auth.jwtSecret=/jwtsecret
- --authrpc.jwtsecret=/jwtsecret
- --http
- --http.api=admin,debug,eth,net,web3,txpool,taiko
- --http.addr=0.0.0.0

View File

@@ -24,7 +24,7 @@ services:
- --syncmode=full
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --auth.jwtSecret=/jwtsecret
- --authrpc.jwtsecret=/jwtsecret
- --http
- --http.api=admin,debug,eth,net,web3,txpool,taiko
- --http.addr=0.0.0.0

View File

@@ -24,7 +24,7 @@ services:
- --syncmode=snap
- --authrpc.addr=0.0.0.0
- --authrpc.vhosts=*
- --auth.jwtSecret=/jwtsecret
- --authrpc.jwtsecret=/jwtsecret
- --http
- --http.api=admin,debug,eth,net,web3,txpool,taiko
- --http.addr=0.0.0.0