MasterpieceDockerCompose/unifi/docker-compose.yml

14 lines
434 B
YAML
Raw Normal View History

2021-05-21 12:55:29 +02:00
version: "3"
services:
unifi:
container_name: linuxserver-unifi
image: ghcr.io/linuxserver/unifi-controller
restart: unless-stopped
ports:
- ${UNIFI_WEBUI_PORT:-8080}:8080
- ${UNIFI_HTTPS_PORT:-8443}:8443
- ${UNIFI_AP_DSV_PORT:-10001}/udp:10001/udp
- ${UNIFI_STUN_PORT:-3478}/udp:3478/udp
env_file: .env
volumes:
- ${UNIFI_CONFIG:-/home/docker/unifi/config}:/config