moved all files up a folder
This commit is contained in:
18
docker/individual-docker-compose-files/plex-docker-compose.yml
Executable file
18
docker/individual-docker-compose-files/plex-docker-compose.yml
Executable file
@@ -0,0 +1,18 @@
|
||||
plex:
|
||||
container_name: plex
|
||||
hostname: plex
|
||||
image: lscr.io/linuxserver/plex:latest
|
||||
environment:
|
||||
- PUID=$PUID
|
||||
- PGID=$PGID
|
||||
- VERSION=docker
|
||||
- PLEX_CLAIM=claim-XkD2rruFZdzs4i-epJVB
|
||||
ports:
|
||||
- 32400:32400
|
||||
restart: always
|
||||
volumes:
|
||||
- ./appdata/plex:/config
|
||||
- /mnt/movies:/movies
|
||||
- /mnt/music:/music
|
||||
- /mnt/tvshows:/tvshows
|
||||
- /mnt/vods:/vods
|
||||
Reference in New Issue
Block a user