mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 18:11:34 +01:00
fix bug in make file for rtcd and bump pg to 16
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user