fix
This commit is contained in:
@@ -19,8 +19,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 10687:10687
|
||||
- 10687:10687/udp
|
||||
- 12687:12687
|
||||
- 12687:12687/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- --gcmode=full
|
||||
- --maxpeers=50
|
||||
- --nat=extip:${IP}
|
||||
- --port=10687
|
||||
- --port=12687
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=path
|
||||
@@ -73,8 +73,8 @@ services:
|
||||
op-mainnet-node:
|
||||
image: ${OP_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${OP_MAINNET_NODE_VERSION:-v1.13.1}
|
||||
ports:
|
||||
- 15687:15687
|
||||
- 15687:15687/udp
|
||||
- 17687:17687
|
||||
- 17687:17687/udp
|
||||
environment:
|
||||
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
|
||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
||||
@@ -90,8 +90,8 @@ services:
|
||||
- OP_NODE_NETWORK=op-mainnet
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=15687
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=15687
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=17687
|
||||
- OP_NODE_P2P_LISTEN_UDP_PORT=17687
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
|
||||
Reference in New Issue
Block a user