From f724de41969d6c550b3a89145f5198d92749e031 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 3 Nov 2023 18:17:00 +0000 Subject: Update Home --- Home.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 90d01cc..a0152ac 100644 --- a/Home.md +++ b/Home.md @@ -38,10 +38,20 @@ Use the following compose setup to either pull or build your own images: #### .env ```ini -# Put any local modifications here. # Calibre library base directory (mounts to /books) BOOKS_DIR=/home/user/calibre/Books +# Put any local modifications here. -# Default user to create (if it doesn't exist) EPUBE_ADMIN_USER=admin EPUBE_ADMIN_PASS=password - # bind exposed port to 127.0.0.1 by default in case reverse proxy is used. # if you plan to run the container standalone and need origin port exposed # use next HTTP_PORT definition (or remove "127.0.0.1:"). HTTP_PORT=127.0.0.1:8280 #HTTP_PORT=8280 +# Calibre library base directory (mounts to /books) +BOOKS_DIR=/home/user/calibre/Books + +# Default user to create (if it doesn't exist) +EPUBE_ADMIN_USER=admin +EPUBE_ADMIN_PASS=password + +# bind exposed port to 127.0.0.1 by default in case reverse proxy is used. +# if you plan to run the container standalone and need origin port exposed +# use next HTTP_PORT definition (or remove "127.0.0.1:"). +HTTP_PORT=127.0.0.1:8280 +#HTTP_PORT=8280 ``` #### docker-compose.yml -- cgit v1.2.3