Skip to content

Instantly share code, notes, and snippets.

@mry
Created December 14, 2017 02:02
Show Gist options
  • Save mry/20cb7fd0e1e0bd41fb52ca46ba365c73 to your computer and use it in GitHub Desktop.
Save mry/20cb7fd0e1e0bd41fb52ca46ba365c73 to your computer and use it in GitHub Desktop.
Docker Compose file for the latest stable candidate version of UniFi Controllers
version: '2'
services:
unifi-controller:
container_name: unifi-controller
restart: unless-stopped
image: goofball222/unifi:sc
ports:
- "3478:3478/udp"
- "8880:8880"
- "8843:8843"
- "8443:8443"
- "18080:18080"
- "8081:8081"
- "6789:6789"
- "10001:10001/udp"
- "37017:27017"
- "1812:1812"
- "1813:1813"
volumes:
- /volume4/docker/unifi-controller/data:/usr/lib/unifi/data
- /volume4/docker/unifi-controller/logs:/usr/lib/unifi/logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment