diff --git a/docker-compose.yaml b/docker-compose.yaml deleted file mode 100644 index 2b86c06..0000000 --- a/docker-compose.yaml +++ /dev/null @@ -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 \ No newline at end of file