summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-03 18:17:00 +0000
committerAndrew Dolgov <[email protected]>2023-11-03 18:17:00 +0000
commitf724de41969d6c550b3a89145f5198d92749e031 (patch)
tree9dcf412d7f0a731329f93c651104a033752f46f2
parent886421a258fa185f377c5b4428dd0cdbef1c15e7 (diff)
Update HomeHEADmaster
-rw-r--r--Home.md16
1 files 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