This commit is contained in:
Para Dox
2025-04-14 13:24:44 +07:00
parent 21c50072c3
commit 81c04e3f23
6 changed files with 108 additions and 8 deletions

View File

@@ -22,7 +22,9 @@ services:
- 12759:12759/udp
expose:
- 8545
entrypoint: [geth]
command:
- --chapel
- --config=/config/config.toml
- --datadir=/bsc/.ethereum
- --db.engine=pebble

View File

@@ -22,6 +22,7 @@ services:
- 12037:12037/udp
expose:
- 8545
entrypoint: [geth]
command:
- --config=/config/config.toml
- --datadir=/bsc/.ethereum
@@ -32,6 +33,7 @@ services:
- --http.api=eth,net,web3,txpool,debug,admin,parlia
- --http.port=8545
- --http.vhosts=*
- --mainnet
- --maxpeers=50
- --nat=extip:${IP}
- --port=12037