Created
June 27, 2022 04:39
-
-
Save Moep90/0476d477a97eb2fcbcd08d4b2cfc4f6d to your computer and use it in GitHub Desktop.
Revisions
-
Moep90 created this gist
Jun 27, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ --- version: "2.1" services: calibre-web: image: lscr.io/linuxserver/calibre-web:latest container_name: calibre-web environment: - PUID=1000 - PGID=1000 - TZ=Europe/London - DOCKER_MODS=linuxserver/calibre-web:calibre #optional - OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional volumes: - ./data/config:/config - ./data/books:/books - <path/to/books/to/add/to/calibre:/books_to_add:ro ports: - 8083:8083 restart: unless-stopped