This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,4 +84,4 @@ COPY root/ /
8484
8585# Volumes and Ports
8686VOLUME /config
87- EXPOSE 8088 8043 29810 29811 29812 29813
87+ EXPOSE 8088 8043 29810 29811 29812 29813 29814
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ services:
8787 - 29811:29811
8888 - 29812:29812
8989 - 29813:29813
90+ - 29814:29814
9091 restart : unless-stopped
9192` ` `
9293
@@ -104,6 +105,7 @@ docker run -d \
104105 -p 29811:29811 \
105106 -p 29812:29812 \
106107 -p 29813:29813 \
108+ -p 29814:29814 \
107109 -v /path/to/data:/config \
108110 --restart unless-stopped \
109111 lscr.io/linuxserver-labs/omada-controller
@@ -121,6 +123,7 @@ Container images are configured using parameters passed at runtime (such as thos
121123| ` -p 29811 ` | EAP Management |
122124| ` -p 29812 ` | EAP adoption |
123125| ` -p 29813 ` | EAP upgrade |
126+ | ` -p 29814 ` | v5 EAP Discovery & Adoption |
124127| ` -e PUID=1000 ` | for UserID - see below for explanation |
125128| ` -e PGID=1000 ` | for GroupID - see below for explanation |
126129| ` -e TZ=Europe/London ` | Specify a timezone to use EG Europe/London, this is required for omada-controller |
You can’t perform that action at this time.
0 commit comments