This commit is contained in:
squidbear
2025-03-29 06:10:07 +01:00
parent d7755a1519
commit 16c89b550b
4 changed files with 0 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ services:
restart: unless-stopped restart: unless-stopped
entrypoint: ["reth", "node"] entrypoint: ["reth", "node"]
command: command:
- --chain=bepolia
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001
- --http - --http

View File

@@ -16,7 +16,6 @@ services:
restart: unless-stopped restart: unless-stopped
entrypoint: ["reth", "node"] entrypoint: ["reth", "node"]
command: command:
- --chain=bepolia
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001
- --http - --http

View File

@@ -16,7 +16,6 @@ services:
restart: unless-stopped restart: unless-stopped
entrypoint: ["reth", "node"] entrypoint: ["reth", "node"]
command: command:
- --chain=mainnet
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001
- --http - --http

View File

@@ -16,7 +16,6 @@ services:
restart: unless-stopped restart: unless-stopped
entrypoint: ["reth", "node"] entrypoint: ["reth", "node"]
command: command:
- --chain=mainnet
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001
- --http - --http