diff --git a/README.md b/README.md index 6f41605d..1db8b64c 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,20 @@ Create your matterbridge.toml file locally eg in `/tmp/matterbridge.toml` docker run -ti -v /tmp/matterbridge.toml:/matterbridge.toml 42wim/matterbridge ``` +### Docker Compose + +Create your matterbridge.toml file locally eg in `/tmp/matterbridge.toml` and use this yaml as `docker-compose.yml` + +```yml +version: '3' +services: + matterbridge: + image: 42wim/matterbridge + restart: unless-stopped + volumes: + - /tmp/matterbridge.toml:/matterbridge.toml +``` + ## Changelog See [changelog.md](https://github.com/42wim/matterbridge/blob/master/changelog.md)