Der UniFi-Controller fürs Homelab
services: unifi: image: jacobalberty/unifi:v9.0.108 labels: - wud.tag.include=^v\d+\.\d+\.\d+$$ hostname: unifi container_name: unifi init: true restart: unless-stopped ports: - 8080:8080 - 8880:8880 - 8443:8443 - 3478:3478/udp - 10001:10001/udp environment: - TZ=Europe/Berlin volumes: - unifi:/unifi user: unifi volumes: unifi: