From fc429ea5643dabb435af4abfe0b6a3160fd5c0eb Mon Sep 17 00:00:00 2001 From: ky-bean Date: Thu, 19 Mar 2026 13:52:44 -0700 Subject: [PATCH] docs: explain admin console for docker deployments --- docs/reference/admin/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/admin/index.md b/docs/reference/admin/index.md index 741aa78ba..22a2b0f5b 100644 --- a/docs/reference/admin/index.md +++ b/docs/reference/admin/index.md @@ -7,7 +7,7 @@ ## Running commands * All commands listed here may be used by server administrators in the admin room by sending them as messages. * If the `admin_escape_commands` configuration option is enabled, server administrators may run certain commands in public rooms by prefixing them with a single backslash. These commands will only run on _their_ homeserver, even if they are a member of another homeserver's admin room. Some sensitive commands cannot be used outside the admin room and will return an error. -* All commands listed here may be used in the server's console, if it is enabled. Commands entered in the console do not require the `!admin` prefix. +* All commands listed here may be used in the server's console, if it is enabled. Commands entered in the console do not require the `!admin` prefix. To enable this functionality when deployed via docker ensure the container was started with the interactive (`-i`/`--interactive`) and tty (`-t`/`--tty`) options for `docker run`, or add `std_open: true` and `tty: true` to the container's decleration within the `docker-compose.yml` file for docker-compose deployments. Commands can then be sent to the console through `docker attach`. ## Categories