Add commented debug to yml

jtagcat 2021-12-24 00:54:59 +00:00
parent d20d78a2c3
commit 88adc58d82

@ -22,6 +22,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./matterbridge.toml:/etc/matterbridge/matterbridge.toml - ./matterbridge.toml:/etc/matterbridge/matterbridge.toml
# command: -debug
``` ```
Afterwards start the container with `docker-compose up -d`. Afterwards, start the container with `docker-compose up -d`.