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.