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 babc03a commit a1e443fCopy full SHA for a1e443f
.templates/matterbridge/service.yml
@@ -1,9 +1,8 @@
1
matterbridge:
2
container_name: matterbridge
3
- image: "luligu/matterbridge:1.6.1"
+ image: "luligu/matterbridge:1.6.7"
4
restart: unless-stopped
5
- ports:
6
- - "8284:8283"
+ network_mode: host
7
volumes:
8
- ./volumes/matterbridge/data:/root/.matterbridge
9
- ./volumes/matterbridge/plugins:/root/Matterbridge
0 commit comments