Skip to content

Deploy: Docker

Patrizio Bekerle edited this page Feb 2, 2020 · 8 revisions

Docker Compose

Create your matterbridge.toml file locally for example in /tmp/matterbridge.toml and use this yaml as docker-compose.yml.

version: '3'
services:
  matterbridge:
    image: 42wim/matterbridge
    restart: unless-stopped
    volumes:
    - /tmp/matterbridge.toml:/matterbridge.toml
Clone this wiki locally