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

Latest commit

 

History

History
20 lines (14 loc) · 564 Bytes

File metadata and controls

20 lines (14 loc) · 564 Bytes

Docker Image for Ubiquiti Network's UniFi Controller

Installs the controller from the release channels (see tags).

To start the controller, launch a container like this:

docker run -d --name unifi \
  -p 8081:8081 -p 8080:8080 -p 8443:8443 -p 8880:8880 -p 8843:8843 -p 3478:3478/udp \
  -v /datadir/of/your/choice:/usr/lib/unifi/data \
  --restart=always \
  zumbrunnen/unifi

For more information, visit their website: