Created
August 5, 2019 08:17
-
-
Save fastjack/ec6d7c9c3cffec77e3e7f2f21149438f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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