Skip to content

Instantly share code, notes, and snippets.

@ettiennelouw
ettiennelouw / docker-compose.yml
Last active July 13, 2018 19:06
Simple DockerCompose file to boot up Plex, Deluge, Sonarr & Radarr
version: '2'
services:
plex:
image: linuxserver/plex
container_name: plex
volumes:
- /path/to/plex/config:/config
- /path/to/plex/Movies:/data/movies
- /path/to/plex/Shows:/data/tvshows
- /path/to/plex/transcode:/data/transcode
@ettiennelouw
ettiennelouw / docker-compose.yml
Last active July 13, 2018 18:57
Simple DockerCompose file to boot up Plex, NZBGet, Sonarr & Radarr
version: '2'
services:
plex:
image: linuxserver/plex
container_name: plex
volumes:
- /path/to/plex/config:/config
- /path/to/plex/Movies:/data/movies
- /path/to/plex/Shows:/data/tvshows
- /path/to/plex/transcode:/data/transcode