Calibre

Calibre

docker run -d --name=calibre \
-p 20118:8080 \
-p 43797:8081 \
-e PUID=1027 \
-e PGID=100 \
-e TZ=Europe/Luxembourg \
-e PASSWORD=calibrepw \
-v /volume1/docker/Calibre:/config \
-v /volume1/E-Books.local:/e-books \
-v /volume1/SSL:/SSL:ro \
--restart always \
lscr.io/linuxserver/calibre

Please remember to write your own password instead of calibrepw. The default login user is abc. Also make sure you use your own user ID and not the one I give as an example here.

Calibre is a free software package for processing, converting and managing e-books for Linux, macOS and Windows.

TZ – Timezone

Random Number (for a port number by random generator)

Documentation for the Calibre Docker Container

Calibre

0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments