Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

praseodym/docker-unifi-armhf

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Docker image for UniFi 5 Controller on Raspberry Pi (ARM32v7)

Available from https://hub.docker.com/r/praseodym/unifi-armhf/ (docker pull praseodym/unifi-armhf).

Example Docker Compose setup (save as docker-compose.yml, run with docker-compose up -d):

version: '2'
services:
  unifi:
    image: praseodym/unifi-armhf:stable
    restart: always
    network_mode: host
    volumes:
      - /srv/unifi/unifi-data:/usr/lib/unifi/data

Releases

No releases published

Packages

No packages published