Add docker wiki link

This commit is contained in:
Patrizio Bekerle
2020-02-02 21:12:56 +01:00
committed by GitHub
parent c09eb538c6
commit f068b03a2f

View File

@@ -262,25 +262,7 @@ Usage of ./matterbridge:
### Docker
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
```
Please take a look at the [Docker Wiki page](https://github.com/42wim/matterbridge/wiki/Deploy:-Docker) for more information.
## Changelog