Skip to content

Instantly share code, notes, and snippets.

@lucasres
Created February 13, 2020 20:55
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 lucasres/0e518abafc4af850d9c2683bda8b11d6 to your computer and use it in GitHub Desktop.
Save lucasres/0e518abafc4af850d9c2683bda8b11d6 to your computer and use it in GitHub Desktop.
version: '3.5'
services:
unify:
image: linuxserver/unifi-controller
container_name: unifi-controller
ports:
- 10001:10001/udp
- 8080:8080
- 8443:8443
environment:
- PUID=1000
- PGID=1000
- MEM_LIMIT=1024M
volumes:
- unify_data:/config
restart: unless-stopped
volumes:
unify_data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment