Browse Source

Update port information

5.2.7
Chris Smith 8 years ago
parent
commit
f6d6182002
2 changed files with 7 additions and 5 deletions
  1. 1
    3
      Dockerfile
  2. 6
    2
      README.md

+ 1
- 3
Dockerfile View File

16
   rm unifi_sysvinit_all.deb && \
16
   rm unifi_sysvinit_all.deb && \
17
   ln -s /var/lib/unifi /usr/lib/unifi/data
17
   ln -s /var/lib/unifi /usr/lib/unifi/data
18
 
18
 
19
-RUN ln -s /var/lib/unifi /usr/lib/unifi/data
20
-
21
-EXPOSE 8080 8081 8443 8843 8880
19
+EXPOSE 8080 8443 8843 8880
22
 
20
 
23
 VOLUME ["/var/lib/unifi"]
21
 VOLUME ["/var/lib/unifi"]
24
 
22
 

+ 6
- 2
README.md View File

27
               csmith/unifi:4.8.18
27
               csmith/unifi:4.8.18
28
 ```
28
 ```
29
 
29
 
30
-Port 8443 is used for the HTTPS web interface, port 8080 used by APs.
30
+The container exposes these ports:
31
+
32
+  * 8080 (used by the UAPs to send messages to the controller)
33
+  * 8443 (admin web interface, HTTPS)
34
+  * 8843 (HTTPS captive portal redirection)
35
+  * 8880 (HTTP captive portal redirection)
31
 
36
 
32
-The Dockerfile exposes these ports: 8081 8443 8843 8880

Loading…
Cancel
Save