silentArtifact

calibre docker compose

Jan 4th, 2022 (edited)
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. version: "2.1"
  2. services:
  3. calibre:
  4. image: lscr.io/linuxserver/calibre
  5. container_name: calibre-server
  6. environment:
  7. - PUID=1026
  8. - PGID=101
  9. - TZ=US/Chicago
  10. volumes:
  11. - /docker/calibre:/config
  12. - /media/books:/books
  13. ports:
  14. - 3031:8080
  15. - 3389:8081
  16. restart: unless-stopped
Add Comment
Please, Sign In to add comment