|
Hello! I am wanting to run bookshelf using docker compose, but I am extremely new to this so I am not sure how to do so. How would I go about modifying the command docker run -p 8787:8787 -v ~/.config/bookshelf:/config ghcr.io/pennydreadful/bookshelf:hardcover into my docker compose file? |
Answered by
bcrdncola
Dec 30, 2025
Replies: 1 comment 1 reply
|
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. I haven't hooked up my indexer and download clients yet, but so far this seems to work. |
1 reply
Answer selected by
yoshi0683
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.