From f749a9564b7a546b19473c3fbeeffc1a16c2061c Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:29:48 +0100 Subject: [PATCH] graceful --- bsc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsc.yml b/bsc.yml index aba927f8..27dc0281 100644 --- a/bsc.yml +++ b/bsc.yml @@ -15,7 +15,8 @@ services: - bsc:/bsc/node - ./bsc/config:/bsc/config command: "--port=29061 --history.transactions=0 --syncmode=full --db.engine=pebble --state.scheme=path --http.addr 0.0.0.0 --http.port 8545 --http.vhosts '*' --verbosity 5 --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*'" - restart: unless-stopped + restart: unless-stopped + stop_grace_period: 3m networks: - chains labels: