Delete docker-compose.yaml
This commit is contained in:
parent
9df0fdc3f9
commit
3dbe272481
|
@ -1,14 +0,0 @@
|
|||
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: always
|
Loading…
Reference in New Issue