Skip to content

Commit 1c7c6e3

Browse files
committed
Update to Omada 4.4.4
1 parent 9fc5b6f commit 1c7c6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BASEIMAGE_BRANCH
22
FROM 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
77
RUN 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
6868
VOLUME ["/opt/EAP-Controller/data", "/opt/EAP-Controller/logs", "/opt/EAP-Controller/work"]
6969

7070

0 commit comments

Comments
 (0)