Add docker wiki link
This commit is contained in:
20
README.md
20
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user