mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
9 lines
171 B
YAML
9 lines
171 B
YAML
|
version: '3.8'
|
||
|
services:
|
||
|
matterbridge:
|
||
|
image: 42wim/matterbridge:stable
|
||
|
#command: -debug
|
||
|
volumes:
|
||
|
- ./data:/etc/matterbridge
|
||
|
restart: unless-stopped
|