add CUSTOM_USER to calibre

This commit is contained in:
smayzy 2025-04-10 19:28:22 +02:00
parent ca82221669
commit c626beb859
2 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,7 @@ services:
- PUID=${USER_PUID}
- PGID=${USER_PGID}
- TZ=${TZ}
- CUSTOM_USER=${CUSTOM_USER}
- PASSWORD=${CALIBRE_PASS}
volumes:
- ${CONFIG_PATH}/calibre:/config

View File

@ -14,3 +14,4 @@ USER_PGID=1000
NZBGET_USER=user
NZBGET_PASS=passwd
CALIBRE_PASS=123
CUSTOM_USER=abc