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

Use wget instead of curl to avoid restart issues #42

Closed ski629 closed 7 years ago

ski629 commented 7 years ago

41 The copy of curl provided by plex was causing issues with the curl command after containers were restarted. This fixes that by using wget instead. Note that I have not updated retrieve-plex-token to use wget

wernight commented 7 years ago

Nice work.