mirror of
https://github.com/42wim/matterbridge.git
synced 2025-05-13 18:07:24 +02:00
Created Deploy: Docker (markdown)
parent
a3b18e2085
commit
baf6f59527
13
Deploy:-Docker.md
Normal file
13
Deploy:-Docker.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
## Docker Compose
|
||||||
|
|
||||||
|
Create your matterbridge.toml file locally for example 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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user