Skip to content

Instantly share code, notes, and snippets.

@dr3s
Created November 26, 2022 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dr3s/890dc967a4a7a1b054b03019a5cc9c7d to your computer and use it in GitHub Desktop.
Save dr3s/890dc967a4a7a1b054b03019a5cc9c7d to your computer and use it in GitHub Desktop.
---
version: "2.1"
services:
unifi-controller:
image: lscr.io/linuxserver/unifi-controller:7.2.94
container_name: unifi-controller
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- MEM_LIMIT=1024 #optional
- MEM_STARTUP=1024 #optional
volumes:
- ~/.unifi/config:/config
ports:
- 8443:8443
- 3478:3478/udp
- 10001:10001/udp
- 8080:8080
- 1900:1900/udp #optional
- 8843:8843 #optional
- 8880:8880 #optional
- 6789:6789 #optional
- 5514:5514/udp #optional
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment