diff --git a/Dockerfile b/Dockerfile index 3652431..f5de4e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER David Zumbrunnen ENV DEBIAN_FRONTEND noninteractive -RUN echo "deb http://www.ubnt.com/downloads/unifi/debian unifi3 ubiquiti" > /etc/apt/sources.list.d/unifi.list +RUN echo "deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti" > /etc/apt/sources.list.d/unifi.list RUN echo "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" > /etc/apt/sources.list.d/mongodb.list RUN apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50 RUN apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 diff --git a/README.md b/README.md index b7db27d..bfa8349 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker Image for Ubiquiti Network's UniFi Controller -Installs the UniFi controller with MongoDB. +Installs the controller from the stable release channel (at them moment: 4.6.6). To start the controller, launch a container like this: