This commit is contained in:
Sebastian
2024-12-18 09:01:22 +01:00
parent 72cf47d0f1
commit e77335f84f

View File

@@ -22,13 +22,13 @@ services:
--http --http
--http.addr=0.0.0.0 --http.addr=0.0.0.0
--http.port=18544 --http.port=18544
--http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm
--http.corsdomain="*" --http.corsdomain="*"
--http.vhosts="*" --http.vhosts="*"
--ws --ws
--ws.addr=0.0.0.0 --ws.addr=0.0.0.0
--ws.port=18544 --ws.port=18544
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc --ws.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm
--ws.origins="*" --ws.origins="*"
--rpc.gascap=600000000 --rpc.gascap=600000000
--cache=${CACHE_SIZE:-16000} --cache=${CACHE_SIZE:-16000}