Advertisement
Guest User

sonarr-tv

a guest
Sep 26th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. services:
  2. # Sonarr - TV Shows Management
  3. # Set url_base in sonarr settings if using PathPrefix
  4. sonarr:
  5. image: lscr.io/linuxserver/sonarr:develop
  6. container_name: sonarr-tv
  7. security_opt:
  8. - no-new-privileges:true
  9. restart: "no"
  10. # profiles: ["media", "arrs", "all"]
  11. networks:
  12. - default
  13. ports:
  14. - "8990:8989"
  15. volumes:
  16. - $DOCKERDIR/appdata/sonarr-tv:/config
  17. - $DATADIR/data:/data
  18. - $DATADIR/plex-downloads:/plex-downloads
  19. - "/etc/localtime:/etc/localtime:ro"
  20. environment:
  21. TZ: $TZ
  22. PUID: $PUID
  23. PGID: $PGID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement