This commit is contained in:
goldsquid
2025-10-01 16:10:56 +07:00
parent a2019f40c5
commit cd9974cb77
2 changed files with 0 additions and 6 deletions

View File

@@ -52,7 +52,6 @@ services:
- 8545
command:
- --datadir=/root/.wemix
- --db.engine=
- --gcmode=archive
- --http
- --http.addr=0.0.0.0
@@ -62,8 +61,6 @@ services:
- --port=11897
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=
- --syncmode=full
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -52,7 +52,6 @@ services:
- 8545
command:
- --datadir=/root/.wemix
- --db.engine=
- --gcmode=full
- --http
- --http.addr=0.0.0.0
@@ -62,8 +61,6 @@ services:
- --port=11908
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=
- --syncmode=full
- --ws
- --ws.port=8545
restart: unless-stopped