From 44df9e433d4840ade32041637d0350dafa309b14 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 20 May 2024 07:44:51 +0200 Subject: [PATCH] make it possible to move the ancient data to a separate disk --- geth-mainnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/geth-mainnet.yml b/geth-mainnet.yml index c8513e28..c09ba0d1 100644 --- a/geth-mainnet.yml +++ b/geth-mainnet.yml @@ -49,6 +49,7 @@ services: - chains volumes: - "geth-mainnet:/root/.ethereum" + - "/slowdisk:/slowdisk" - ".jwtsecret:/jwtsecret" restart: unless-stopped stop_grace_period: 1m