chore: Renumber changelog PR and fix trailing whitespace

This commit is contained in:
stratself
2026-04-16 09:14:56 +00:00
committed by Ellis Git
parent bc7a6c148f
commit 695333fe5b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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 <container-name>`, 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 <container-name>`, 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.