unifi: Add throughput test port (#361)

This commit is contained in:
Mathias Fredriksson 2018-03-22 18:50:38 +02:00 committed by Jess Frazelle
parent 3b8282459c
commit c8e9bfc606

View File

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