From 4c2c48f708f8252017c75e75d148d904008729fc Mon Sep 17 00:00:00 2001 From: theo Date: Thu, 5 Mar 2026 13:17:00 +0000 Subject: [PATCH] docs: fix missing config file on admin creation command --- matrix/docs/setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/matrix/docs/setup.md b/matrix/docs/setup.md index f6b12c7..886b1ee 100644 --- a/matrix/docs/setup.md +++ b/matrix/docs/setup.md @@ -45,6 +45,7 @@ Einmalig nach dem ersten Start: ```bash docker exec -it synapse register_new_matrix_user \ + -c /data/homeserver.yaml \ -u admin \ -p SICHERESPASSWORT \ --admin \