From 46eadb996ba53fee613662cddfbf79a14d2a201a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 17 May 2021 16:12:29 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-lazylibrarian.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/images/docker-lazylibrarian.md b/images/docker-lazylibrarian.md index 18f6c89a7..b05aea94d 100644 --- a/images/docker-lazylibrarian.md +++ b/images/docker-lazylibrarian.md @@ -69,9 +69,9 @@ services: - TZ=Europe/London - DOCKER_MODS=linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg #optional volumes: - - :/config - - :/downloads - - :/books + - /path/to/data:/config + - /path/to/downloads/:/downloads + - /path/to/data/:/books ports: - 5299:5299 restart: unless-stopped @@ -87,9 +87,9 @@ docker run -d \ -e TZ=Europe/London \ -e DOCKER_MODS=linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg `#optional` \ -p 5299:5299 \ - -v :/config \ - -v :/downloads \ - -v :/books \ + -v /path/to/data:/config \ + -v /path/to/downloads/:/downloads \ + -v /path/to/data/:/books \ --restart unless-stopped \ ghcr.io/linuxserver/lazylibrarian ``` @@ -170,6 +170,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **17.05.21:** - Add linuxserver wheel index. * **23.10.19:** - Changed gitlab download link. * **23.10.19:** - Add python module Pillow. * **31.07.19:** - Add pyopenssl, remove git dependency during build time.