jaymoulin/docker-plex

How to update PMS image

TonyTheTechie opened this issue · 1 comments

What is the procedure to update the PMS image?

$ 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