fix
This commit is contained in:
@@ -22,7 +22,9 @@ services:
|
||||
- 12759:12759/udp
|
||||
expose:
|
||||
- 8545
|
||||
entrypoint: [geth]
|
||||
command:
|
||||
- --chapel
|
||||
- --config=/config/config.toml
|
||||
- --datadir=/bsc/.ethereum
|
||||
- --db.engine=pebble
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user