TV show manager.
---
version: "2"
services:
sonarr:
image: linuxserver/sonarr
container_name: sonarr
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Dublin
- UMASK_SET=022 #optional
ports:
- 8989:8989
volumes:
- ./config:/config
- /mnt/video:/video
Add lines to the /etc/fstab file:
<SERVER IP>:/volume1/video /mnt/video nfs rw,hard,intr,nolock 0 0
Make sure that in Download Client (advanced settings):
Host | Remote Path | Local Path |
---|---|---|
/volume1/video | /downloads/ |