From c64651081ae149207055835e9eb1edd138fc53eb Mon Sep 17 00:00:00 2001 From: Schiriki Date: Sun, 25 Dec 2022 01:52:13 +0100 Subject: [PATCH] Corret regex (#806) Make sure that "grep" command uses the synapse container and not the db container --- public/v4/apps/matrix-synapse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v4/apps/matrix-synapse.yml b/public/v4/apps/matrix-synapse.yml index 037685b..b1d3abc 100644 --- a/public/v4/apps/matrix-synapse.yml +++ b/public/v4/apps/matrix-synapse.yml @@ -100,7 +100,7 @@ caproverOneClickApp: If you set public registration to false, you can create new users with the following command: - sudo docker exec -it $(sudo docker ps | grep -o srv-captain--$$cap_appname.*) register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml + sudo docker exec -it $(sudo docker ps | grep -o srv-captain--$$cap_appname\..*) register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml You can always change the config file located in /var/lib/docker/volumes/srv-captain--$$cap_appname-data/_data/homeserver.yaml