From b4f69ff7eff490f508490cdbe28d738db5e2e142 Mon Sep 17 00:00:00 2001 From: Aranyalma2 <40268481+Aranyalma2@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:52:41 +0200 Subject: [PATCH] formatting fix --- docs/content/advanced/config/unattended-setup.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/advanced/config/unattended-setup.md b/docs/content/advanced/config/unattended-setup.md index 664ab58a..081fdb28 100644 --- a/docs/content/advanced/config/unattended-setup.md +++ b/docs/content/advanced/config/unattended-setup.md @@ -18,8 +18,7 @@ These will only be used during the first start of the container. After that, the | `INIT_IPV6_CIDR` | `2001:0DB8::/32` | Sets IPv6 cidr | 3 | | `INIT_ALLOWED_IPS` | `10.8.0.0/24,2001:0DB8::/32` | Sets global Allowed IPs | 4 | - -/// warning | Variables have to be used together +/// warning | Variables have to be used together If variables are in the same group, you have to set all of them. For example, if you set `INIT_IPV4_CIDR`, you also have to set `INIT_IPV6_CIDR`. @@ -31,4 +30,4 @@ If you want to skip the setup process, you have to configure group `1` The initial username and password is not checked for complexity. Make sure to set a long enough username and password. Otherwise, the user won't be able to log in. It's recommended to remove the variables after the setup is done to prevent the password from being exposed. -/// +/// \ No newline at end of file