rundqvist/unifi-controller

By rundqvist

Updated almost 4 years ago

Ubiquiti UniFi Network Application from official source with 32 and 64-bit support (ARMv7 supported)

Image
1

1.3K

rundqvist/unifi-controller repository overview

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

Tag summary

Content type

Image

Digest

sha256:5a59125d3

Size

377.6 MB

Last updated

almost 4 years ago

docker pull rundqvist/unifi-controller:7.2.94