Skip to content

Commit a1e443f

Browse files
Updated matterbridge network mode to host
1 parent babc03a commit a1e443f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.templates/matterbridge/service.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
matterbridge:
22
container_name: matterbridge
3-
image: "luligu/matterbridge:1.6.1"
3+
image: "luligu/matterbridge:1.6.7"
44
restart: unless-stopped
5-
ports:
6-
- "8284:8283"
5+
network_mode: host
76
volumes:
87
- ./volumes/matterbridge/data:/root/.matterbridge
98
- ./volumes/matterbridge/plugins:/root/Matterbridge

0 commit comments

Comments
 (0)