mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
unifi: Add throughput test port (#361)
This commit is contained in:
parent
3b8282459c
commit
c8e9bfc606
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user