From c8e9bfc606c1a508898aa5e128316fe8028efe7f Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 22 Mar 2018 18:50:38 +0200 Subject: [PATCH] unifi: Add throughput test port (#361) --- unifi/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index beb0127..75fed27 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -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