initial commit
This commit is contained in:
21
docker-compose.yaml
Normal file
21
docker-compose.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
plex:
|
||||
image: lscr.io/linuxserver/plex:latest
|
||||
container_name: plex
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
- VERSION=docker
|
||||
- PLEX_CLAIM= #optional
|
||||
volumes:
|
||||
- /home/mattspeer/docker/plex:/config
|
||||
- /srv/tv:/tv
|
||||
- /srv/movies:/movies
|
||||
- /srv/music:/music
|
||||
- /srv/audiobooks:/audiobooks
|
||||
ports:
|
||||
- 32400:32400
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user