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

Commit 111e2c4

Browse files
authored
Merge pull request #55 from TheSpad/master
Remove obsolete port 8081 from Dockerfiles EXPOSE
2 parents 09c6c2d + e5231f6 commit 111e2c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ COPY root/ /
4646
# Volumes and Ports
4747
WORKDIR /usr/lib/unifi
4848
VOLUME /config
49-
EXPOSE 8080 8081 8443 8843 8880
49+
EXPOSE 8080 8443 8843 8880

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ COPY root/ /
4646
# Volumes and Ports
4747
WORKDIR /usr/lib/unifi
4848
VOLUME /config
49-
EXPOSE 8080 8081 8443 8843 8880
49+
EXPOSE 8080 8443 8843 8880

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ COPY root/ /
4545
# Volumes and Ports
4646
WORKDIR /usr/lib/unifi
4747
VOLUME /config
48-
EXPOSE 8080 8081 8443 8843 8880
48+
EXPOSE 8080 8443 8843 8880

0 commit comments

Comments
 (0)