diff --git a/README.md b/README.md index 1db8b64c..9b4d038d 100644 --- a/README.md +++ b/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