wow that took awhile

This commit is contained in:
cottongin
2025-11-01 10:40:53 -04:00
parent 9143a0bc60
commit bd9513b86c
44 changed files with 4484 additions and 76 deletions

View File

@@ -7,6 +7,8 @@ services:
dockerfile: Dockerfile
container_name: kosmi-irc-relay
restart: unless-stopped
# command: ["-conf", "/app/matterbridge.toml", "--muted"]
command: ["-conf", "/app/matterbridge.toml"]
volumes:
# Mount your configuration file
- ./matterbridge.toml:/app/matterbridge.toml:ro,z