master #2

Merged
gbiotti merged 44 commits from argilla/docker:master into master 2024-01-15 15:04:58 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 7605eac7d0 - Show all commits

6
matrix/README.md Normal file
View File

@ -0,0 +1,6 @@
# Matrix
## Create new user
```$ docker exec -it matrix_synapse_1 register_new_matrix_user http://localhost:8008/ -c /data/homeserver.yaml --user giomba --password p455w0rd --admin```
Obviously ```--admin``` creates an admin user.