fix
This commit is contained in:
@@ -19,8 +19,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 10993:10993
|
||||
- 10993:10993/udp
|
||||
- 11993:11993
|
||||
- 11993:11993/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
- --holesky
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10993
|
||||
- --port=11993
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=path
|
||||
@@ -70,8 +70,8 @@ services:
|
||||
ethereum-holesky-node:
|
||||
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_HOLESKY_PRYSM_VERSION:-v5.3.1}
|
||||
ports:
|
||||
- 15993:15993
|
||||
- 15993:15993/udp
|
||||
- 16993:16993
|
||||
- 16993:16993/udp
|
||||
command:
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
@@ -83,8 +83,8 @@ services:
|
||||
- --holesky
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=15993
|
||||
- --p2p-udp-port=15993
|
||||
- --p2p-tcp-port=16993
|
||||
- --p2p-udp-port=16993
|
||||
- --rpc-host=0.0.0.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
||||
@@ -19,8 +19,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 10023:10023
|
||||
- 10023:10023/udp
|
||||
- 12023:12023
|
||||
- 12023:12023/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
- --mainnet
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10023
|
||||
- --port=12023
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=path
|
||||
@@ -70,8 +70,8 @@ services:
|
||||
ethereum-mainnet-node:
|
||||
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v5.3.1}
|
||||
ports:
|
||||
- 15023:15023
|
||||
- 15023:15023/udp
|
||||
- 17023:17023
|
||||
- 17023:17023/udp
|
||||
command:
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
@@ -83,8 +83,8 @@ services:
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --mainnet
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=15023
|
||||
- --p2p-udp-port=15023
|
||||
- --p2p-tcp-port=17023
|
||||
- --p2p-udp-port=17023
|
||||
- --rpc-host=0.0.0.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
||||
@@ -19,8 +19,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 10710:10710
|
||||
- 10710:10710/udp
|
||||
- 14710:14710
|
||||
- 14710:14710/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
- --gcmode=full
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10710
|
||||
- --port=14710
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --sepolia
|
||||
@@ -70,8 +70,8 @@ services:
|
||||
ethereum-sepolia-node:
|
||||
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_SEPOLIA_PRYSM_VERSION:-v5.3.1}
|
||||
ports:
|
||||
- 15710:15710
|
||||
- 15710:15710/udp
|
||||
- 19710:19710
|
||||
- 19710:19710/udp
|
||||
command:
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
@@ -82,8 +82,8 @@ services:
|
||||
- --grpc-gateway-host=0.0.0.0
|
||||
- --jwt-secret=/jwtsecret
|
||||
- --monitoring-host=0.0.0.0
|
||||
- --p2p-tcp-port=15710
|
||||
- --p2p-udp-port=15710
|
||||
- --p2p-tcp-port=19710
|
||||
- --p2p-udp-port=19710
|
||||
- --rpc-host=0.0.0.0
|
||||
- --sepolia
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user