fix
This commit is contained in:
35
sonic.yml
35
sonic.yml
@@ -16,23 +16,24 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: |
|
command: >-
|
||||||
--port=34894 \
|
|
||||||
--maxpeers=200 \
|
--port=34894
|
||||||
--http \
|
--maxpeers=200
|
||||||
--http.addr=0.0.0.0 \
|
--http
|
||||||
--http.port=18544 \
|
--http.addr=0.0.0.0
|
||||||
--http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace \
|
--http.port=18544
|
||||||
--http.corsdomain="*" \
|
--http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace
|
||||||
--http.vhosts="*" \
|
--http.corsdomain="*"
|
||||||
--ws \
|
--http.vhosts="*"
|
||||||
--ws.addr=0.0.0.0 \
|
--ws
|
||||||
--ws.port=18544 \
|
--ws.addr=0.0.0.0
|
||||||
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \
|
--ws.port=18544
|
||||||
--ws.origins="*" \
|
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc
|
||||||
--nousb \
|
--ws.origins="*"
|
||||||
--rpc.gascap=600000000 \
|
--nousb
|
||||||
--db.preset pbl-1 \
|
--rpc.gascap=600000000
|
||||||
|
--db.preset pbl-1
|
||||||
--cache=${CACHE_SIZE:-16000}
|
--cache=${CACHE_SIZE:-16000}
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user