Skip to content

Taeradan/docker-unifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Unifi

Ubiquiti Unifi in a Docker container.

From Docker Hub (easiest)

To use Unifi from Docker Hub, you juste have to run :

docker run -d --name unifi -p 8080:8080 -p 8443:8443 --restart=always taeradan/unifi

From source

You only have to clone the repo and to execute make

git clone https://github.com/Taeradan/docker-unifi.git
cd docker-unifi
make

First use

After the container is launched, you can connect to the application available on your Docker host on the 8080 port. You can then proceed throught the setup process.

About

Ubiquiti Unifi in a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published