fix bug in make file for rtcd and bump pg to 16

This commit is contained in:
coltoneshaw
2024-04-04 10:27:42 -04:00
parent c10d21eec2
commit 72d59b3c89
3 changed files with 14 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ run-mm-replicas:
run-rtcd:
@echo "Starting RTCD..."
@docker-compose up -d mattermost-rtcd
@docker exec -it cs-repro-mattermost mmctl config set PluginSettings.Plugins.com.mattermost.calls.rtcdserviceurl "http://mattermost-rtcd" --local
@docker exec -it cs-repro-mattermost mmctl config patch /mattermost/config/rtcdConfig.json --local
@docker exec -it cs-repro-mattermost mmctl plugin disable com.mattermost.calls --local
@docker exec -it cs-repro-mattermost mmctl plugin enable com.mattermost.calls --local