Files
Marketplace/compose-files/readarr.yml
hhftechnologies b581035b36 Initial commit
2025-11-15 08:24:45 +05:30

15 lines
330 B
YAML

services:
readarr:
image: linuxserver/radarr:latest
container_name: readarr
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
volumes:
- /READARR_CONFIG:/config
- /READARR_BOOKS:/books
- /READARR_DOWNLOADS:/downloads
network_mode: host
restart: unless-stopped