fix
This commit is contained in:
@@ -5,7 +5,6 @@ services:
|
||||
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
|
||||
user: root
|
||||
expose:
|
||||
- "9090"
|
||||
- "8545"
|
||||
ports:
|
||||
- "10614:10614"
|
||||
@@ -34,12 +33,7 @@ services:
|
||||
- --port=10614
|
||||
- --p2p.allowed-ports=25614
|
||||
- --p2p.allowed-ports=30614
|
||||
- --metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
- --private.api.addr=0.0.0.0:9090
|
||||
- --nat=extip:${IP}
|
||||
- --pprof
|
||||
- --pprof.addr=0.0.0.0
|
||||
- --pprof.port=6061
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.vhosts=*
|
||||
- --http.corsdomain=*
|
||||
|
||||
Reference in New Issue
Block a user