Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "2.1"
- services:
- prowlarr:
- image: lscr.io/linuxserver/prowlarr:latest
- container_name: prowlarr
- environment:
- - PUID=1000
- - PGID=1000
- - TZ=Etc/UTC
- volumes:
- - /path/to/data:/config
- ports:
- - 9696:9696
- restart: unless-stopped
- sonarr:
- image: lscr.io/linuxserver/sonarr:latest
- container_name: sonarr
- environment:
- - PUID=1000
- - PGID=1000
- - TZ=Etc/UTC
- volumes:
- - /path/to/data:/config
- - /path/to/tvseries:/tv #optional
- - /path/to/downloadclient-downloads:/downloads #optional
- ports:
- - 8989:8989
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment