This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -84,4 +84,4 @@ COPY root/ /
84
84
85
85
# Volumes and Ports
86
86
VOLUME /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:
87
87
- 29811:29811
88
88
- 29812:29812
89
89
- 29813:29813
90
+ - 29814:29814
90
91
restart : unless-stopped
91
92
` ` `
92
93
@@ -104,6 +105,7 @@ docker run -d \
104
105
-p 29811:29811 \
105
106
-p 29812:29812 \
106
107
-p 29813:29813 \
108
+ -p 29814:29814 \
107
109
-v /path/to/data:/config \
108
110
--restart unless-stopped \
109
111
lscr.io/linuxserver-labs/omada-controller
@@ -121,6 +123,7 @@ Container images are configured using parameters passed at runtime (such as thos
121
123
| ` -p 29811 ` | EAP Management |
122
124
| ` -p 29812 ` | EAP adoption |
123
125
| ` -p 29813 ` | EAP upgrade |
126
+ | ` -p 29814 ` | v5 EAP Discovery & Adoption |
124
127
| ` -e PUID=1000 ` | for UserID - see below for explanation |
125
128
| ` -e PGID=1000 ` | for GroupID - see below for explanation |
126
129
| ` -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