Advertisement
doctorase

docker compose sonarr

Jun 12th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. version: "3.7"
  2.  
  3. services:
  4. sonarr:
  5. container_name: sonarr
  6. image: cr.hotio.dev/hotio/sonarr
  7. ports:
  8. - "8989:8989"
  9. environment:
  10. - PUID=2
  11. - PGID=4
  12. - UMASK=002
  13. - TZ=Europe/Madrid
  14. volumes:
  15. - /Volume1/sonarr:/config
  16. - /Volume2:/data
  17. - /Volume1/public:/extras
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement