wernight / docker-plex-media-server

Dockerized Plex Media Server
https://registry.hub.docker.com/u/wernight/plex-media-server/
MIT License
128 stars 34 forks source link

upgrade to autoupdate #22

Closed laouache closed 8 years ago

laouache commented 8 years ago

Hello,

I just notice that with your tag autoupdate, you download always the plex...deb without testing the installed version in the docker. If I'm right, I suggest you to integrate this script in your docker to test this thing : https://github.com/mrworf/plexupdate/blob/master/plexupdate.sh With this option -p -d -a

What do you think about this ?

wernight commented 8 years ago

It's indeed installing it each time without version check at the moment.

However it's doing it in a better way than plexupdate.sh by using x-plex-token or a browser instead of curl.