File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11ARG BASEIMAGE_BRANCH
22FROM ubuntu:$BASEIMAGE_BRANCH
33
4- ARG OMADA_DOWNLOAD_LINK=https://static.tp-link.com/2020/202012/20201211/ Omada_SDN_Controller_v4.2.8_linux_x64 .tar.gz
4+ ARG OMADA_DOWNLOAD_LINK=https://static.tp-link.com/upload/software/2021/202108/20210813/ Omada_SDN_Controller_v4.4.4_linux_x64 .tar.gz
55
66# Install required software
77RUN export LC_ALL=C && \
@@ -64,7 +64,7 @@ HEALTHCHECK \
6464 --interval=60s \
6565 CMD curl --fail http://127.0.0.1:8088/status || exit 1
6666
67- EXPOSE 8043/tcp 8088/tcp 27001/udp 27002/tcp 29810/udp 29811/tcp 29812/tcp 29813/tcp
67+ EXPOSE 8043/tcp 8088/tcp 8843/tcp 27001/udp 27002/tcp 29810/udp 29811/tcp 29812/tcp 29813/tcp
6868VOLUME ["/opt/EAP-Controller/data" , "/opt/EAP-Controller/logs" , "/opt/EAP-Controller/work" ]
6969
7070
You can’t perform that action at this time.
0 commit comments