mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
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:
parent
b11b7d2fb3
commit
50873e6fa7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user