add CUSTOM_USER to calibre
This commit is contained in:
parent
ca82221669
commit
c626beb859
@ -256,6 +256,7 @@ services:
|
|||||||
- PUID=${USER_PUID}
|
- PUID=${USER_PUID}
|
||||||
- PGID=${USER_PGID}
|
- PGID=${USER_PGID}
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
|
- CUSTOM_USER=${CUSTOM_USER}
|
||||||
- PASSWORD=${CALIBRE_PASS}
|
- PASSWORD=${CALIBRE_PASS}
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_PATH}/calibre:/config
|
- ${CONFIG_PATH}/calibre:/config
|
||||||
|
|||||||
@ -14,3 +14,4 @@ USER_PGID=1000
|
|||||||
NZBGET_USER=user
|
NZBGET_USER=user
|
||||||
NZBGET_PASS=passwd
|
NZBGET_PASS=passwd
|
||||||
CALIBRE_PASS=123
|
CALIBRE_PASS=123
|
||||||
|
CUSTOM_USER=abc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user