mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-16 21:40:51 +01:00
Updated Deploy: Docker (markdown)
parent
baf6f59527
commit
60f8478fee
@ -1,3 +1,11 @@
|
||||
## Docker
|
||||
|
||||
Create your matterbridge.toml file locally eg in `/tmp/matterbridge.toml`.
|
||||
|
||||
```bash
|
||||
docker run -ti -v /tmp/matterbridge.toml:/matterbridge.toml 42wim/matterbridge
|
||||
```
|
||||
|
||||
## Docker Compose
|
||||
|
||||
Create your matterbridge.toml file locally for example in `/tmp/matterbridge.toml` and use this yaml as `docker-compose.yml`.
|
||||
@ -10,4 +18,6 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /tmp/matterbridge.toml:/matterbridge.toml
|
||||
```
|
||||
```
|
||||
|
||||
Afterwards start the container with `docker-compose up`.
|
Loading…
x
Reference in New Issue
Block a user