This commit is contained in:
squidbear
2025-03-28 04:30:51 +01:00
parent 3b51820e95
commit 972d31f892
27 changed files with 0 additions and 162 deletions

View File

@@ -5,7 +5,6 @@ services:
image: erigontech/erigon:${ERIGON3_VERSION:-v3.0.0}
user: root
expose:
- "9090"
- "8545"
ports:
- "10377:10377"
@@ -31,12 +30,7 @@ services:
- --port=10377
- --p2p.allowed-ports=25377
- --p2p.allowed-ports=30377
- --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=*