Matthias Kleine 8 anni fa
parent
commit
d107154e45
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      docker-compose.yml

+ 2 - 0
docker-compose.yml

@@ -28,9 +28,11 @@ services:
         expose:
             - "51826"
             - "8282"
+            - "5353"
         ports:
             - "51826:51826"
             - "8282:8282"
+            - "5353:5353"
         build: homebridge
         volumes:
             - ./homebridge/start.sh:/root/start.sh