docker-plex-media-server icon indicating copy to clipboard operation
docker-plex-media-server copied to clipboard

Dockerized Plex Media Server

Results 16 docker-plex-media-server issues
Sort by recently updated
recently updated
newest added

Host OS: Linux Tag/Version: autoupdate Steps: 1. Start a container with the autoupdate tag. Expected: Plex should download, install and start. Actual: The recently (?) released `.deb` (named `plexmediaserver_1.18.5.2309-f5213a238_amd64.deb`) fails...

``` 2019-03-16 17:58:00 (103 MB/s) - 'plexmediaserver.deb' saved [80615308/80615308] Installing Plex Media Server... Selecting previously unselected package plexmediaserver. (Reading database ... 7050 files and directories currently installed.) Preparing to unpack...

Host OS: Xpenology - Docker Tag/Version: autoupdate New docker with: ![image](https://user-images.githubusercontent.com/2320553/47173641-e5034600-d30e-11e8-898b-6ef8a0d0968f.png) ![image](https://user-images.githubusercontent.com/2320553/47173710-15e37b00-d30f-11e8-8659-23db3e132ee1.png) ... and it just keeping restarting with "runuser: System error"

Any UID should be allowed and working fine, so people can use `--user 123456` or `--user $UID` if they so desire. Update also README to suggest using a random UID...

enhancement

Host OS: Linux Tag/Version: autoupdate I can create a container and everything works as expected but when I stop the container it will not start. The container gets stuck on...

autoupdate could cache the downloaded DEB file so that if there isn't a new version it'd just download the header and skip the rest. This caching should be optional. See...

Host OS: Linux (Ubuntu 16.04) Tag/Version: autoupdate Steps: 1. Create a new container using the following command: ` docker run -d --name=plex --restart=unless-stopped -v /plex:/config -v /media:/media -p 1900:1900/udp -p...

Some users got an error: ``` Retrieving a X-Plex-Token using Plex login/password... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed...

Host OS: [Linux] Tag/Version: [autoupdate] Steps: 1. create docker-compose as follows: ``` plex: #build: ./docker-plex-media-server image: wernight/plex-media-server:autoupdate volumes: - /mnt/tank/configs/plexmediaserver:/config - /mnt/tank/tv:/tv - /mnt/tank/Movies:/movies environment: - X_PLEX_TOKEN=abcdefgHIJKLMNO network_mode: host restart:...