Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.7"
- services:
- sonarr:
- container_name: sonarr
- image: cr.hotio.dev/hotio/sonarr
- ports:
- - "8989:8989"
- environment:
- - PUID=2
- - PGID=4
- - UMASK=002
- - TZ=Europe/Madrid
- volumes:
- - /Volume1/sonarr:/config
- - /Volume2:/data
- - /Volume1/public:/extras
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement