Skip to content

Instantly share code, notes, and snippets.

@tq-bit
Created April 17, 2023 13:18
Show Gist options
  • Save tq-bit/c926b5032373fa25f6c8fc49902814b3 to your computer and use it in GitHub Desktop.
Save tq-bit/c926b5032373fa25f6c8fc49902814b3 to your computer and use it in GitHub Desktop.
version: "2.1"
services:
calibre:
image: lscr.io/linuxserver/calibre:latest
container_name: calibre
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- PASSWORD= #optional
- CLI_ARGS= #optional
volumes:
- /media/pi/Calibre_test:/config
ports:
- 8080:8080
- 8081:8081
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment