Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Merge branch 'v4'
Browse files Browse the repository at this point in the history
Conflicts:
	Dockerfile
	README.md
  • Loading branch information
David Zumbrunnen committed Aug 21, 2015
2 parents 260adc5 + c8afd6a commit fc4512a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER David Zumbrunnen <[email protected]>

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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit fc4512a

Please sign in to comment.