This commit is contained in:
Para Dox
2025-04-17 16:22:00 +07:00
parent 3167e1e80d
commit 40ecc82a94
6 changed files with 34 additions and 114 deletions

View File

@@ -18,8 +18,8 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 12386:12386
- 12386:12386/udp
- 13307:13307
- 13307:13307/udp
expose:
- 8545
command:
@@ -33,7 +33,7 @@ services:
- --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --port=12386
- --port=13307
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash

View File

@@ -18,8 +18,8 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10164:10164
- 10164:10164/udp
- 11882:11882
- 11882:11882/udp
expose:
- 8545
command:
@@ -33,7 +33,7 @@ services:
- --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --port=10164
- --port=11882
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash