Calibre

An e-book library manager.

# Installations

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# calibre server
docker pull linuxserver/calibre:latest

docker run -d \
  --name=calibre \
  --security-opt seccomp=unconfined `#optional` \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -e PASSWORD= `#optional` \
  -e CLI_ARGS= `#optional` \
  -p 8080:8080 \
  -p 8081:8081 \
  -v /path/to/data:/config \
  --restart unless-stopped \
  lscr.io/linuxserver/calibre:latest

# References

# Resources

Get Things Done
Built with Hugo
Theme Stack designed by Jimmy