Sign inSign up

pdbs/unifi

By pdbs

Updated about 2 months ago

Unifi WLAN Controller

Image
Networking
0

10K+

pdbs/unifi repository overview

To run an Unifi Controller:

version: '3'

services:
  unifi:
      image: pdbs/unifi:latest
      hostname: unifi
      volumes:
        - ./data:/var/lib/unifi
        - /etc/localtime:/etc/localtime:ro
      ports:
        - 8080:8080
        - 8443:8443
        - 8843:8843
        - 8880:8880
      restart: unless-stopped

chown the ./data directory to 103:104 (or see the uid/gid in the image's passwd or group file).

Tag summary

Content type

Image

Digest

sha256:5b3d5098b

Size

365.4 MB

Last updated

10 months ago

docker pull pdbs/unifi