From de2472b659ed180d7bb0f97fcdefe4b424539f63 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:40:54 +0100 Subject: [PATCH] fix --- base-reth-fullnode.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-reth-fullnode.yml b/base-reth-fullnode.yml index b41af1c9..83735d18 100644 --- a/base-reth-fullnode.yml +++ b/base-reth-fullnode.yml @@ -16,7 +16,7 @@ services: restart: always stop_grace_period: 30s volumes: - - base-reth:/root/.local/share/reth/base/db/ + - base-reth-fullnode:/root/.local/share/reth/base/db/ - ".jwtsecret:/jwtsecret" labels: - "traefik.enable=true" @@ -74,4 +74,4 @@ services: - chains volumes: - base-reth: + base-reth-fullnode: