Files
docker-templates/Sonarr/compose.yml
Aaron Pierson 7e8e012417 arr inits
2026-03-08 16:44:58 -05:00

16 lines
377 B
YAML

---
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/sonarr/data:/config
- /path/to/tvseries:/tv #optional
- /path/to/downloadclient-downloads:/downloads #optional
ports:
- 8989:8989
restart: unless-stopped