Add docker-compose.yaml
This commit is contained in:
parent
b1810af0f6
commit
6e4e7d5526
|
@ -0,0 +1,14 @@
|
||||||
|
services:
|
||||||
|
plex:
|
||||||
|
image: plexinc/pms-docker:latest
|
||||||
|
container_name: plex
|
||||||
|
ports:
|
||||||
|
- "100:32400" # HostPort:ContainerPort
|
||||||
|
environment:
|
||||||
|
- TZ=America/New_York
|
||||||
|
- PLEX_CLAIM=
|
||||||
|
volumes:
|
||||||
|
- /path/to/config:/config
|
||||||
|
- /path/to/tvshows:/data/tvshows
|
||||||
|
- /path/to/movies:/data/movies
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in New Issue