summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSchiriki <[email protected]>2022-12-25 01:52:13 +0100
committerGitHub <[email protected]>2022-12-24 16:52:13 -0800
commitc64651081ae149207055835e9eb1edd138fc53eb (patch)
treeffa8f2f4ccfd1a189e02be5f5545c7e593c49743
parent8660c9481500ddd1338434b5f43fb101b98d5378 (diff)
downloadcaprover-one-click-apps-c64651081ae149207055835e9eb1edd138fc53eb.tar.gz
caprover-one-click-apps-c64651081ae149207055835e9eb1edd138fc53eb.zip
Corret regex (#806)
Make sure that "grep" command uses the synapse container and not the db container
-rw-r--r--public/v4/apps/matrix-synapse.yml2
1 files changed, 1 insertions, 1 deletions
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