ryansch / docker-unifi-rpi

Unifi Controller for Raspberry Pi 3+ and x86
https://hub.docker.com/r/ryansch/unifi-rpi/
347 stars 42 forks source link

Issue with Updating to newer version #19

Closed bcdaus closed 6 years ago

bcdaus commented 6 years ago

I have a pi3 running v5.6.22, but when I run the command to pull the 5.6.29 I see the files being pulled onto the Pi, but the newer version is not activated - I still see 5.6.22 in the web GUI.

Command I am using is "docker pull ryansch/unifi-rpi:5.6.29" Also tried with :latest for the version number. I'm not really familiar with using docker so I may be doing something completely wrong! Bill.

ryansch commented 6 years ago

@bcdaus Pulling a new image just makes it available to your local docker environment. You'll have to replace your container with one that targets the new image; docker-compose makes this quite easy.

ryansch commented 6 years ago

Closing due to lack of activity. Feel free to reopen!