diff options
| author | Schiriki <[email protected]> | 2022-12-25 01:52:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-24 16:52:13 -0800 |
| commit | c64651081ae149207055835e9eb1edd138fc53eb (patch) | |
| tree | ffa8f2f4ccfd1a189e02be5f5545c7e593c49743 | |
| parent | 8660c9481500ddd1338434b5f43fb101b98d5378 (diff) | |
| download | caprover-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.yml | 2 |
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 |
