rednut / docker-unifi-controller

unifi controller runnning in docker
53 stars 33 forks source link

How to force upgrade to Unifi 4.8.12 #6

Open jrothlis opened 8 years ago

jrothlis commented 8 years ago

Hi there,

UBNT have released Unifi 4.8.12. In the past, when I stopped, deleted and started the container, Unifi would be updated if there were any new versions. This doesn't appear to be happening with 4.8.12.

Any idea how to force it?

Sorry for the trouble, and thanks for the fabulous container and documentation!

rednut commented 8 years ago

build from the Dockerfile and it will use the latest version avaliable from upstream repos:

cd <path_to_clone_of_repo
docker build -t <myname:mytag> .
jrothlis commented 8 years ago

I tried this, but the service won't start. Suspect the version of Java (v6?) in the supervisord.conf is too old for the current version of Unifi?

wsargent commented 8 years ago

+1