From 0dfe49484f57a65763f3c4a8feee6e8060f5c39d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:57:17 +0100 Subject: [PATCH] fix --- sonic.yml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/sonic.yml b/sonic.yml index e81336ed..04cf3f4e 100644 --- a/sonic.yml +++ b/sonic.yml @@ -16,23 +16,24 @@ services: networks: - chains restart: unless-stopped - command: | - --port=34894 \ - --maxpeers=200 \ - --http \ - --http.addr=0.0.0.0 \ - --http.port=18544 \ - --http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace \ - --http.corsdomain="*" \ - --http.vhosts="*" \ - --ws \ - --ws.addr=0.0.0.0 \ - --ws.port=18544 \ - --ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \ - --ws.origins="*" \ - --nousb \ - --rpc.gascap=600000000 \ - --db.preset pbl-1 \ + command: >- + + --port=34894 + --maxpeers=200 + --http + --http.addr=0.0.0.0 + --http.port=18544 + --http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace + --http.corsdomain="*" + --http.vhosts="*" + --ws + --ws.addr=0.0.0.0 + --ws.port=18544 + --ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc + --ws.origins="*" + --nousb + --rpc.gascap=600000000 + --db.preset pbl-1 --cache=${CACHE_SIZE:-16000} labels: - "traefik.enable=true"