This commit is contained in:
goldsquid
2025-10-01 17:32:17 +07:00
parent 94dab10398
commit d3ea98851f
2 changed files with 0 additions and 8 deletions

View File

@@ -54,8 +54,6 @@ services:
command: command:
- --config=/config/erigon.yaml - --config=/config/erigon.yaml
- --datadir=/root/.erigon - --datadir=/root/.erigon
- --db.engine=
- --gcmode=archive
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api= - --http.api=
@@ -64,8 +62,6 @@ services:
- --port=11358 - --port=11358
- --rpc.gascap=6000000000 - --rpc.gascap=6000000000
- --rpc.returndata.limit=1500000 - --rpc.returndata.limit=1500000
- --state.scheme=
- --syncmode=full
- --ws - --ws
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped

View File

@@ -54,8 +54,6 @@ services:
command: command:
- --config=/config/erigon.yaml - --config=/config/erigon.yaml
- --datadir=/root/.erigon - --datadir=/root/.erigon
- --db.engine=
- --gcmode=full
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api= - --http.api=
@@ -64,8 +62,6 @@ services:
- --port=12399 - --port=12399
- --rpc.gascap=6000000000 - --rpc.gascap=6000000000
- --rpc.returndata.limit=1500000 - --rpc.returndata.limit=1500000
- --state.scheme=
- --syncmode=full
- --ws - --ws
- --ws.port=8545 - --ws.port=8545
restart: unless-stopped restart: unless-stopped