From 695333fe5baa11a6766c49f09ae7f3e9133fe906 Mon Sep 17 00:00:00 2001 From: stratself Date: Thu, 16 Apr 2026 09:14:56 +0000 Subject: [PATCH] chore: Renumber changelog PR and fix trailing whitespace --- changelog.d/{1553.docs => 1671.docs} | 0 docs/deploying/docker.mdx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename changelog.d/{1553.docs => 1671.docs} (100%) diff --git a/changelog.d/1553.docs b/changelog.d/1671.docs similarity index 100% rename from changelog.d/1553.docs rename to changelog.d/1671.docs diff --git a/docs/deploying/docker.mdx b/docs/deploying/docker.mdx index 58bc94d45..d1eb698c4 100644 --- a/docs/deploying/docker.mdx +++ b/docs/deploying/docker.mdx @@ -259,7 +259,7 @@ services: If you choose to deploy via `docker run`, add the flags `-i`/`--interactive` and `-t`/`--tty` to the command. -From there you can access the server's console by running `docker attach `, which will show the server's prompt `uwu> `. To exit `docker attach`, press `CTRL+p` then `CTRL+q`. +From there you can access the server's console by running `docker attach `, which will show the server's prompt `uwu> `. To exit `docker attach`, press `CTRL+p` then `CTRL+q`. Note that using `CTRL+c` within `docker attach`'s context will forward the signal to the server, stopping it. See [Docker's reference][docker-attach-reference] for more information.