Corret regex (#806)

Make sure that "grep" command uses the synapse container and not the db container
This commit is contained in:
Schiriki 2022-12-25 01:52:13 +01:00 committed by GitHub
parent 8660c94815
commit c64651081a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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