From f5d953e475b37b98e23a5860f2760c2b41db29f5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:49:20 +0100 Subject: [PATCH] Update config.json --- calibre/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calibre/config.json b/calibre/config.json index c291b447f..f69a68891 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -57,9 +57,9 @@ "/dev/nvme2" ], "environment": { - "CALIBRE_CONFIG_DIRECTORY": "/config/addons_config/calibre", - "FM_HOME": "/config/addons_config/calibre", - "HOME": "/config/addons_config/calibre", + "CALIBRE_CONFIG_DIRECTORY": "/config", + "FM_HOME": "/config", + "HOME": "/config", "PGID": "0", "PUID": "0", "START_DOCKER": "false",