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

Docker Image for Ubiquiti Network's UniFi Controller

Notifications You must be signed in to change notification settings

zumbrunnen/docker-unifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

Docker Image for Ubiquiti Network's UniFi Controller

Resources

Stars

Watchers

Forks

Packages

No packages published