unifi-docker-compose/docker-compose.yaml

20 lines
458 B
YAML
Raw Permalink Normal View History

2022-05-28 13:26:41 +00:00
services:
unifi-controller:
container_name: unifi-controller
image: lscr.io/linuxserver/unifi-controller:${TAG}
restart: unless-stopped
volumes:
- ${VOLUME_PATH}:/config
environment:
PUID: ${PUID}
PGID: ${PGID}
ports:
- 3478:3478/udp
- 10001:10001/udp
- ${HTTP_PORT}:8080
- ${HTTPS_PORT}:8443
- 1900:1900/udp
- 8843:8843
- 8880:8880
- 6789:6789
- 5514:5514/udp