docs: fix missing config file on admin creation command

This commit is contained in:
theo 2026-03-05 13:17:00 +00:00
parent 8005971662
commit 4c2c48f708

View file

@ -45,6 +45,7 @@ Einmalig nach dem ersten Start:
```bash ```bash
docker exec -it synapse register_new_matrix_user \ docker exec -it synapse register_new_matrix_user \
-c /data/homeserver.yaml \
-u admin \ -u admin \
-p SICHERESPASSWORT \ -p SICHERESPASSWORT \
--admin \ --admin \