Add device discovery port to expose (#477)

I'm not sure if this was recently changed but the unifi controller uses port 10001 over UDP for device discovery. Adding this got my installation to work. 

Thanks for this!
This commit is contained in:
grrrrrrrrrr 2019-09-16 14:40:37 -04:00 committed by Jess Frazelle
parent b11b7d2fb3
commit 50873e6fa7

View File

@ -108,8 +108,9 @@ WORKDIR /config
# 8843 - guest portal (https)
# 8880 - guest portal (http)
# 6789 - throughput / mobile speedtest (tcp)
# 10001 - device discovery (udp)
# ref https://help.ubnt.com/hc/en-us/articles/218506997-UniFi-Ports-Used
EXPOSE 3478/udp 8080 8081 8443 8843 8880 6789
EXPOSE 3478/udp 8080 8081 8443 8843 8880 6789 10001/udp
COPY entrypoint.sh /usr/local/bin/entrypoint.sh