Skip to content
Discussion options

You must be logged in to vote

I made a docker compose file that looks like this - Make sure to change the volume location for your calibre library - if you have an existing one like I did.

---
services:
  bookshelf:
    image: ghcr.io/pennydreadful/bookshelf:hardcover-v0.4.20.91
    container_name: bookshelf
    environment:
      # Only change these if you know what you're doing
      - PUID=1000
      - PGID=1000
      # Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
      - TZ=EST
    volumes:
      - ~/.config/bookshelf:/config
      # Change this to whatever folder your calibre library is in - important: if youwant to use the calibre content server for ingesting b…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yoshi0683
Comment options

Answer selected by yoshi0683
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants