You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 

22 lines
462 B

version: "3"
volumes:
plex_data: {}
services:
plex:
image: linuxserver/plex:version-1.20.4.3517-ab5e1197c
container_name: plex
hostname: plex
restart: unless-stopped
volumes:
- plex_data:/config
- ./etc/music:/media/music
- ./etc/video:/media/video
network_mode: host
environment:
- PUID=1000
- PGID=1000
- VERSION=docker