https://github.com/johnmccabe/unifi-controller-docker
Dockerfile for Ubiquiti UniFi Controller
https://github.com/johnmccabe/unifi-controller-docker
controller docker ubiqiti unifi
Last synced: 12 months ago
JSON representation
Dockerfile for Ubiquiti UniFi Controller
- Host: GitHub
- URL: https://github.com/johnmccabe/unifi-controller-docker
- Owner: johnmccabe
- Created: 2016-12-17T17:11:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T18:38:41.000Z (about 5 years ago)
- Last Synced: 2025-01-25T04:13:03.343Z (over 1 year ago)
- Topics: controller, docker, ubiqiti, unifi
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running
```
docker run -d -p 8080:8080 \
-p 8443:8443 \
-p 8880:8880 \
-p 8843:8843 \
-p 3478:3478 \
-v /local_data/unifi_docker:/usr/lib/unifi/data \
--name unifi \
johnmccabe/unifi-controller
```
# Configuration
## Ports
| Port | Name | Description |
| ---- | ---- | ----------- |
| 3478/udp | `unifi.stun.port`| STUN |
| 8080/tcp | `unifi.http.port`| device inform |
| 8443/tcp | `unifi.https.port`| controller UI/API |
| 8880/tcp | `portal.http.port`| guest portal |
| 8880/tcp | `portal.http.port`| guest portal |
see - https://help.ubnt.com/hc/en-us/articles/204910084-UniFi-Change-Default-Ports-for-Controller-and-UAPs
## Directories
| Directory | Description |
| --------- | ----------- |
| /usr/lib/unifi/data | Configuration |