Sonarr
version: "3.7"
services:
sonarr:
container_name: sonarr
image: ghcr.io/hotio/sonarr
ports:
- "8989:8989"
environment:
- PUID=998
- PGID=100
- UMASK=002
- TZ=Europe/Paris
volumes:
- /srv/path/Files/Sonarr/config:/config
- /srv/path/Video/tvshows:/tvshows
- /srv/path/Files/QBittorrentVPN/downloads:/downloads
restart: unless-stopped
No Comments