- Official Post
Attention: The video is still in german
External Content
youtu.be
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
Bash
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
Display More
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.
UsedLinks
Random Number (for a port number by random generator)