From afc9f4be5944d39e78cd78ac8eea0e6c1c1959a8 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 10 Apr 2025 19:40:58 +0200 Subject: [PATCH] rename the env CUSTOM_USER to CALIBRE_USER --- servarr/compose.yaml | 2 +- servarr/env_exemple | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/servarr/compose.yaml b/servarr/compose.yaml index 1bb1ed3..c55ec71 100644 --- a/servarr/compose.yaml +++ b/servarr/compose.yaml @@ -256,7 +256,7 @@ services: - PUID=${USER_PUID} - PGID=${USER_PGID} - TZ=${TZ} - - CUSTOM_USER=${CUSTOM_USER} + - CUSTOM_USER=${CALIBRE_USER} - PASSWORD=${CALIBRE_PASS} volumes: - ${CONFIG_PATH}/calibre:/config diff --git a/servarr/env_exemple b/servarr/env_exemple index a23dec3..270b6c0 100644 --- a/servarr/env_exemple +++ b/servarr/env_exemple @@ -14,4 +14,4 @@ USER_PGID=1000 NZBGET_USER=user NZBGET_PASS=passwd CALIBRE_PASS=123 -CUSTOM_USER=abc +CALIBRE_USER=abc