We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6878a90 commit 313faf2Copy full SHA for 313faf2
.templates/matterbridge/service.yml
@@ -0,0 +1,9 @@
1
+matterbridge:
2
+ container_name: matterbridge
3
+ image: "luligu/matterbridge:1.6.1"
4
+ restart: unless-stopped
5
+ ports:
6
+ - "8284:8283"
7
+ volumes:
8
+ - ./volumes/matterbridge/data:/root/.matterbridge
9
+ - ./volumes/matterbridge/plugins:/root/Matterbridge
.templates/otbr/service.yml
@@ -16,8 +16,8 @@ otbr:
16
- otbr-data:/var/lib/otbr
17
- otbr-wpantund:/etc/wpantund.conf
18
- otbr-config:/etc/otbr
19
- ports: # For reference only. Thread requires these ports.
20
- - "8283:8283"
+ - "80:8283"
21
command: >
22
--radio-url spinel+hdlc+uart:///dev/ttyX # Example
23
0 commit comments