diff --git a/Deploy:-Docker.md b/Deploy:-Docker.md index 2ed1c07..1994c75 100644 --- a/Deploy:-Docker.md +++ b/Deploy:-Docker.md @@ -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 -``` \ No newline at end of file +``` + +Afterwards start the container with `docker-compose up`. \ No newline at end of file