From 303dcdca995c03bf1bfc5cc00953c629d769376c Mon Sep 17 00:00:00 2001 From: cventastic Date: Mon, 12 Sep 2022 17:31:05 +0200 Subject: [PATCH] add grace period --- geth-mainnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/geth-mainnet.yml b/geth-mainnet.yml index 485a5de8..963121a0 100644 --- a/geth-mainnet.yml +++ b/geth-mainnet.yml @@ -43,6 +43,7 @@ services: - "geth-mainnet_data:/root/.ethereum" - ".jwtsecret:/jwtsecret" restart: unless-stopped + stop_grace_period: 1m labels: - "traefik.enable=true" - "traefik.http.middlewares.mainnet-stripprefix.stripprefix.prefixes=/mainnet"