Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- # Sonarr - TV Shows Management
- # Set url_base in sonarr settings if using PathPrefix
- sonarr:
- image: lscr.io/linuxserver/sonarr:develop
- container_name: sonarr
- security_opt:
- - no-new-privileges:true
- restart: "no"
- # profiles: ["media", "arrs", "all"]
- networks:
- - default
- ports:
- - "8989:8989"
- volumes:
- - $DOCKERDIR/appdata/sonar:/config
- - $DATADIR/data:/data
- - $DATADIR/plex-downloads:/plex-downloads
- - "/etc/localtime:/etc/localtime:ro"
- environment:
- TZ: $TZ
- PUID: $PUID
- PGID: $PGID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement