diff --git a/geth-mainnet.yml b/geth-mainnet.yml index 7da7e9a1..485a5de8 100644 --- a/geth-mainnet.yml +++ b/geth-mainnet.yml @@ -33,8 +33,8 @@ services: # Maximum number of network peers (network disabled if set to 0) (default: 50) "--maxpeers=30", # The Merge - "--authrpc.jwtsecret=/jwtsecret" - "--authrpc.addr=0.0.0.0" + "--authrpc.jwtsecret=/jwtsecret", + "--authrpc.addr=0.0.0.0", "--authrpc.vhosts=*" ] networks: