From 0379523e83fa0d9f752d40346faf2f2c947cef00 Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Wed, 10 Feb 2021 11:08:54 -0800 Subject: [PATCH] first commit --- notes.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 notes.txt diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..499c780 --- /dev/null +++ b/notes.txt @@ -0,0 +1,5 @@ +Create New Users + + Access docker shell: docker exec -it matrix_synapse_1 bash + register_new_matrix_user -c /data/homeserver.yaml http://localhost:8008 + Follow the on screen prompts \ No newline at end of file