From 5b8fcdabde7afa2aff7d588a09c814d80987b614 Mon Sep 17 00:00:00 2001 From: Aleix Quintana Alsius Date: Sun, 23 Apr 2023 18:19:53 +0000 Subject: [PATCH] Update install.md --- docs/install.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index e1d9880..023f36f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -84,13 +84,12 @@ You can use your own certificate, being it a single, wildcard or SAN certificate The installer accepts all the variables existing in [`dd.conf.sample`][dd.conf.sample] as environment variables using the `DD_` prefix to distinct of other environment variables. -For example, the variable `DOMAIN` can be pre-configured with the environment variable `DD_DOMAIN`. -Read the next example. +For example, the variable `DOMAIN` can be pre-configured with the environment variable `DD_DOMAIN`, as seen in the example below. If `DD_DOMAIN` is defined, the unattended installation will be started using values from environment variables. Otherwise, without defining `DD_DOMAIN`, it will proceed with the unattended installation. -Take note that when using the unattended mode, the dns records must resolve to your server ip address. You will need to setup DNS records for: +Take note that when using the unattended mode, the dns records must resolve to your server ip address. So, you will need to setup DNS records for: - moodle.${DD_DOMAIN} - nextcloud.${DD_DOMAIN}