From aae7f2ea2e813fd136d56ed8803d5fa901e03dff Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 17 May 2021 22:28:15 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-calibre-web.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/images/docker-calibre-web.md b/images/docker-calibre-web.md index 7b09db9aa..a60db83f9 100644 --- a/images/docker-calibre-web.md +++ b/images/docker-calibre-web.md @@ -93,8 +93,8 @@ services: - TZ=Europe/London - DOCKER_MODS=linuxserver/calibre-web:calibre volumes: - - :/config - - :/books + - /path/to/data:/config + - /path/to/calibre/library:/books ports: - 8083:8083 restart: unless-stopped @@ -110,8 +110,8 @@ docker run -d \ -e TZ=Europe/London \ -e DOCKER_MODS=linuxserver/calibre-web:calibre \ -p 8083:8083 \ - -v :/config \ - -v :/books \ + -v /path/to/data:/config \ + -v /path/to/calibre/library:/books \ --restart unless-stopped \ ghcr.io/linuxserver/calibre-web ``` @@ -140,7 +140,7 @@ Docker images are configured using parameters passed at runtime (such as those a | Volume | Function | | :----: | --- | | `/config` | Where calibre-web stores the internal database and config. | -| `/books` | Where your preexisting calibre database is locate. | +| `/books` | Where your preexisting calibre database is located. | ## Environment variables from files (Docker secrets) @@ -191,6 +191,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **17.05.21:** - Add linuxserver wheel index. * **10.02.21:** - Add libxrandr2 * **25.01.21:** - Add nightly tag * **19.01.21:** - Add python3-pkg-resources