Browse Source

open 8080 port for local network

tags/1.0.0
Robin Thoni 5 years ago
parent
commit
3069393ea5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@@ -30,7 +30,7 @@ services:
30 30
             - ./data/unfi-controller/cert:/unifi/cert
31 31
             - ./data/unfi-controller/init:/unifi/init.d
32 32
         ports:
33
-            - "127.0.0.1:8080:8080"
33
+            - "0.0.0.0:8080:8080"
34 34
             - "127.0.0.1:8443:8443"
35 35
             - "127.0.0.1:8880:8880"
36 36
             - "127.0.0.1:8843:8843"

Loading…
Cancel
Save