Browse Source

formatting fix

pull/2164/head
Aranyalma2 5 days ago
parent
commit
b4f69ff7ef
No known key found for this signature in database GPG Key ID: F3C96A45EEC27EBB
  1. 5
      docs/content/advanced/config/unattended-setup.md

5
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.
///
///
Loading…
Cancel
Save