1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/matterbridge/docker-compose.yml

9 lines
171 B
YAML
Raw Normal View History

2023-10-13 11:26:13 +02:00
version: '3.8'
services:
matterbridge:
image: 42wim/matterbridge:stable
#command: -debug
volumes:
- ./data:/etc/matterbridge
restart: unless-stopped