From 8a9e6b41505c2c1a91a2a1091178f6ed537666d7 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 13 Jan 2022 22:21:02 -0500 Subject: [PATCH] update config for yaml, seems like it needs listen port --- mx-disco-bridge/config.yaml | 2 +- mx-disco-bridge/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mx-disco-bridge/config.yaml b/mx-disco-bridge/config.yaml index 7d7ec93..3d37eee 100644 --- a/mx-disco-bridge/config.yaml +++ b/mx-disco-bridge/config.yaml @@ -28,7 +28,7 @@ presence: provisioning: whitelist: - - @bel:m2.bltrucks.top + - "@bel:m2.bltrucks.top" #blacklist: relay: diff --git a/mx-disco-bridge/run.sh b/mx-disco-bridge/run.sh index 47aeee0..85423d3 100644 --- a/mx-disco-bridge/run.sh +++ b/mx-disco-bridge/run.sh @@ -6,4 +6,4 @@ if [ ! -f $PWD/data/config.yaml ]; then cp $PWD/config.yaml $PWD/data/config.yaml fi touch $PWD/data/{database.db,bridge.log,config.yaml} -docker run -v $PWD/data:/data --rm -it -w /data sorunome/mx-puppet-discord:latest "$@" +docker run -p 62113:8384 -v $PWD/data:/data --rm -it -w /data sorunome/mx-puppet-discord:latest "$@"