From bd3944573b65776042c77a69d4bedf3c8e5a33f7 Mon Sep 17 00:00:00 2001 From: ky-bean Date: Mon, 30 Mar 2026 02:59:16 -0700 Subject: [PATCH] docs(docker): Add note for required config setting --- docs/deploying/docker.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/docker.mdx b/docs/deploying/docker.mdx index 7a1e58b22..3a032e9ab 100644 --- a/docs/deploying/docker.mdx +++ b/docs/deploying/docker.mdx @@ -245,7 +245,7 @@ section in the development documentation. ### Accessing the Server's Console -Before you can access the server's console and [send admin commands](../reference/admin/index.md) from the CLI, you will need to make the container interactive and allocate a pseudo-tty. +Before you can access the server's console and [send admin commands](../reference/admin/index.md) from the CLI, you will need to make the container interactive and allocate a pseudo-tty. Make sure you set `admin_console_automatic` to `true` in [the config](../reference/config.mdx) as well for Continuwuity to activate the CLI on startup. For Docker Compose deployments this means adding `stdin_open: true` and `tty: true` to the container's declaration: