소스 검색

Update docker-compose.yml

Håvard O. Nordstrand 5 년 전
부모
커밋
a6e3b6b245
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      config/linux-server/files/unifi/docker-compose.yml

+ 2 - 0
config/linux-server/files/unifi/docker-compose.yml

@@ -30,3 +30,5 @@ services:
     - "6789:6789"
     - "10001:10001/udp"
     - "1900:1900/udp"
+    # Or use host network mode instead of publishing ports (required for L2 adoption).
+    network_mode: "host"