fix
This commit is contained in:
@@ -14,9 +14,12 @@ services:
|
|||||||
- "10347:10347"
|
- "10347:10347"
|
||||||
- "10347:10347/udp"
|
- "10347:10347/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth", "node"]
|
environment:
|
||||||
|
- "IP=${IP}"
|
||||||
|
entrypoint: ["/bin/sh", "-c", "while [ ! -f /config/eth-genesis.json ]; do sleep 1; done; exec reth node \"$@\"", "--"]
|
||||||
command:
|
command:
|
||||||
- --chain=/config/eth-genesis.json
|
- --chain=/config/eth-genesis.json
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --metrics=0.0.0.0:9001
|
- --metrics=0.0.0.0:9001
|
||||||
- --http
|
- --http
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -56,6 +59,7 @@ services:
|
|||||||
- "15347:15347"
|
- "15347:15347"
|
||||||
- "15347:15347/udp"
|
- "15347:15347/udp"
|
||||||
environment:
|
environment:
|
||||||
|
- "IP=${IP}"
|
||||||
- "MONIKER=d${DOMAIN:-local}"
|
- "MONIKER=d${DOMAIN:-local}"
|
||||||
- "P2P_PORT=15347"
|
- "P2P_PORT=15347"
|
||||||
- "CHAINNAME=bepolia"
|
- "CHAINNAME=bepolia"
|
||||||
|
|||||||
@@ -14,9 +14,12 @@ services:
|
|||||||
- "10274:10274"
|
- "10274:10274"
|
||||||
- "10274:10274/udp"
|
- "10274:10274/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth", "node"]
|
environment:
|
||||||
|
- "IP=${IP}"
|
||||||
|
entrypoint: ["/bin/sh", "-c", "while [ ! -f /config/eth-genesis.json ]; do sleep 1; done; exec reth node \"$@\"", "--"]
|
||||||
command:
|
command:
|
||||||
- --chain=/config/eth-genesis.json
|
- --chain=/config/eth-genesis.json
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --metrics=0.0.0.0:9001
|
- --metrics=0.0.0.0:9001
|
||||||
- --http
|
- --http
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -56,6 +59,7 @@ services:
|
|||||||
- "15274:15274"
|
- "15274:15274"
|
||||||
- "15274:15274/udp"
|
- "15274:15274/udp"
|
||||||
environment:
|
environment:
|
||||||
|
- "IP=${IP}"
|
||||||
- "MONIKER=d${DOMAIN:-local}"
|
- "MONIKER=d${DOMAIN:-local}"
|
||||||
- "P2P_PORT=15274"
|
- "P2P_PORT=15274"
|
||||||
- "CHAINNAME=bepolia"
|
- "CHAINNAME=bepolia"
|
||||||
|
|||||||
@@ -14,9 +14,12 @@ services:
|
|||||||
- "10881:10881"
|
- "10881:10881"
|
||||||
- "10881:10881/udp"
|
- "10881:10881/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth", "node"]
|
environment:
|
||||||
|
- "IP=${IP}"
|
||||||
|
entrypoint: ["/bin/sh", "-c", "while [ ! -f /config/eth-genesis.json ]; do sleep 1; done; exec reth node \"$@\"", "--"]
|
||||||
command:
|
command:
|
||||||
- --chain=/config/eth-genesis.json
|
- --chain=/config/eth-genesis.json
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --metrics=0.0.0.0:9001
|
- --metrics=0.0.0.0:9001
|
||||||
- --http
|
- --http
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -56,6 +59,7 @@ services:
|
|||||||
- "15881:15881"
|
- "15881:15881"
|
||||||
- "15881:15881/udp"
|
- "15881:15881/udp"
|
||||||
environment:
|
environment:
|
||||||
|
- "IP=${IP}"
|
||||||
- "MONIKER=d${DOMAIN:-local}"
|
- "MONIKER=d${DOMAIN:-local}"
|
||||||
- "P2P_PORT=15881"
|
- "P2P_PORT=15881"
|
||||||
- "CHAINNAME=mainnet"
|
- "CHAINNAME=mainnet"
|
||||||
|
|||||||
@@ -14,9 +14,12 @@ services:
|
|||||||
- "10900:10900"
|
- "10900:10900"
|
||||||
- "10900:10900/udp"
|
- "10900:10900/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth", "node"]
|
environment:
|
||||||
|
- "IP=${IP}"
|
||||||
|
entrypoint: ["/bin/sh", "-c", "while [ ! -f /config/eth-genesis.json ]; do sleep 1; done; exec reth node \"$@\"", "--"]
|
||||||
command:
|
command:
|
||||||
- --chain=/config/eth-genesis.json
|
- --chain=/config/eth-genesis.json
|
||||||
|
- --nat=extip:${IP}
|
||||||
- --metrics=0.0.0.0:9001
|
- --metrics=0.0.0.0:9001
|
||||||
- --http
|
- --http
|
||||||
- --http.addr=0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
@@ -56,6 +59,7 @@ services:
|
|||||||
- "15900:15900"
|
- "15900:15900"
|
||||||
- "15900:15900/udp"
|
- "15900:15900/udp"
|
||||||
environment:
|
environment:
|
||||||
|
- "IP=${IP}"
|
||||||
- "MONIKER=d${DOMAIN:-local}"
|
- "MONIKER=d${DOMAIN:-local}"
|
||||||
- "P2P_PORT=15900"
|
- "P2P_PORT=15900"
|
||||||
- "CHAINNAME=mainnet"
|
- "CHAINNAME=mainnet"
|
||||||
|
|||||||
Reference in New Issue
Block a user