docs(docker): Add note for required config setting

This commit is contained in:
ky-bean
2026-03-30 02:59:16 -07:00
committed by Ellis Git
parent 21ac3c5a86
commit bd3944573b
+1 -1
View File
@@ -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: