Corrected mount path & file names for host and inside matterbridge container, it was incorrect. /etc/matterbridge/matterbridge.toml

Mathew 2021-12-01 12:53:56 -06:00
parent 75c2512703
commit 6808f76afa

@ -21,7 +21,7 @@ services:
image: 42wim/matterbridge
restart: unless-stopped
volumes:
- ./matterbridge:/etc/matterbridge
- ./matterbridge.toml:/etc/matterbridge/matterbridge.toml
```
Afterwards start the container with `docker-compose up -d`.