Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
/ docker-unifi Public archive

Docker image for Ubiquiti's UniFi Controller

Notifications You must be signed in to change notification settings

maehld/docker-unifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 

Repository files navigation

docker-unifi

Docker image for Ubiquiti's UniFi Controller

How to run

This image has three volumes:

  • /var/lib/unifi
    • contains the configuration and database
  • /var/log/unifi
    • stores the logs of both the Controller and MongoDB
  • /var/run/unifi
    • possibly not needed but included in this first version anyway :-)

To get a minimal controller up and running you would need to run something like this:

docker run -d --name unifi \
    -p 8080:8080 \
    -p 8443:8443 \
    -p 8880:8880 \
    -p 8843:8843 \
    -p 6789:6789 \
    -p 3478:3478 \
    -v /YOUR_DATA:/var/lib/unifi \
    maehld/unifi

About

Docker image for Ubiquiti's UniFi Controller

Resources

Stars

Watchers

Forks

Packages