From fe08e56d6347ec3161c4ed0d9d642bcded22bbb6 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:58:02 +0100 Subject: [PATCH] fix --- base-reth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-reth.yml b/base-reth.yml index aa4f564f..cc02ffe5 100644 --- a/base-reth.yml +++ b/base-reth.yml @@ -16,7 +16,7 @@ services: restart: always stop_grace_period: 30s volumes: - - base-reth:/data + - base-reth:/root/.local/share/reth/base/db/ - ".jwtsecret:/jwtsecret" labels: - "traefik.enable=true"