Skip to content

Instantly share code, notes, and snippets.

@fastjack
Created August 5, 2019 08:17
Show Gist options
  • Save fastjack/ec6d7c9c3cffec77e3e7f2f21149438f to your computer and use it in GitHub Desktop.
Save fastjack/ec6d7c9c3cffec77e3e7f2f21149438f to your computer and use it in GitHub Desktop.
unifi:
image: fastjack/unifi:unstable
container_name: unifi
restart: unless-stopped
volumes:
- unifi_config:/config
environment:
PUID: '1001'
PGID: '1001'
ports:
- 3478:3478/udp
- 10001:10001/udp
- 8080:8080
- 8081:8081
- 8443:8443
- 8843:8843
- 8880:8880
- 6789:6789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment