Skip to content

Latest commit

 

History

History
73 lines (64 loc) · 2.74 KB

README.md

File metadata and controls

73 lines (64 loc) · 2.74 KB

UniFi Controller

Ubiquiti UniFi Network Application (commonly known as UniFi Controller) from official package source with both 32 and 64-bit support (ARMv7 still supported).

Docker pulls image size commit activity last commit

Features

  • UniFi Network Application. No more, no less.

Components

Run

docker run \
    -d \
    -p 1900:1900/udp \
    -p 3478:3478/udp \
    -p 5514:5514/udp \
    -p 6789:6789 \
    -p 8080:8080/tcp \
    -p 8443:8443/tcp \
    -p 8843:8843 \
    -p 8880:8880 \
    -p 10001:10001/udp \
    -v /local/path/to/config:/config \
    -v /local/path/to/log:/var/log \
    -v /etc/localtime:/etc/localtime:ro \
    --name unifi \
    rundqvist/unifi-controller

Docker compose

version: "3"
services:
  unifi:
    image: rundqvist/unifi-controller
    container_name: unifi
    volumes:
      - /local/path/to/config:/config
      - /local/path/to/log:/var/log
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 1900:1900/udp
      - 3478:3478/udp
      - 5514:5514/udp
      - 6789:6789      
      - 8080:8080/tcp      
      - 8443:8443/tcp
      - 8843:8843
      - 8880:8880
      - 10001:10001/udp
    restart: unless-stopped

References

For port details, please see UniFi Network - Required Ports Reference

Issues and feature requests

Please report issues at https://github.com/rundqvist/docker-unifi-controller/issues

Donations

Please support the development by making a small donation.

Revolut Flattr By me a coffee PayPal