version: '3.5' services: unifi: container_name: unifi image: jacobalberty/unifi ports: - 8080:8080 - 8443:8443 - 3478:3478/udp volumes: - ./data:/unifi environment: - TZ=Europe/Rome restart: unless-stopped