Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 53ff417

Browse files
committed
Add v5 ports
1 parent 11b68f6 commit 53ff417

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ COPY root/ /
8484

8585
# Volumes and Ports
8686
VOLUME /config
87-
EXPOSE 8088 8043 29810 29811 29812 29813
87+
EXPOSE 8088 8043 29810 29811 29812 29813 29814

README.md

+3
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)