main
unifi
Custom container image for Ubiquiti Unifi Controller.
Custom container image for Ubiquiti Unifi Controller.
Ports
- 3478/udp (port used for STUN connection)
- 6789/tcp (port used for UniFi mobile speed test)
- 8080/tcp (port used for device and controller communication)
- 8443/tcp (port used for controller GUI/API as seen in a web browser)
Volumes
- /unifi/data
Environment Variables
UNIFI_DB_HOST=
UNIFI_DB_PORT=27017
UNIFI_DB_NAME=unifi
UNIFI_DB_USER=
UNIFI_DB_PASSWORD=
UNIFI_JVM_EXTRA_OPTS=
UNIFI_JVM_MAX_HEAP_SIZE=1024M
UNIFI_JVM_INIT_HEAP_SIZE=
Build
docker build -f Dockerfile -t unifi:latest .
License
This project is licensed under the MIT License - see the LICENSE file for details.