How to update PMS image
TonyTheTechie opened this issue · 1 comments
TonyTheTechie commented
What is the procedure to update the PMS image?
jaymoulin commented
$ docker pull jaymoulin/plex #update image
$ docker rm -f plex #remove your current PMS container
$ docker run -d --restart=always --name plex -v /mnt/usbdrive:/media --net=host jaymoulin/plex #creates a new container based on your locally updated image