From 055641a73f905fb43e937776261e30cd8a6b184b Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:33:56 +0200 Subject: [PATCH] remove extra space before ``` --- community/config/eggs/creating_a_custom_image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/config/eggs/creating_a_custom_image.md b/community/config/eggs/creating_a_custom_image.md index b85f55c4f..6971006ab 100644 --- a/community/config/eggs/creating_a_custom_image.md +++ b/community/config/eggs/creating_a_custom_image.md @@ -68,7 +68,7 @@ Within this `RUN` block, you'll notice the `useradd` command. ```bash useradd -d /home/container -m container - ``` +``` ::: warning All Pterodactyl containers must have a user named `container`, and the user home **must** be `/home/container`.