diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index a40ef69e..43ee8516 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -96,7 +96,7 @@
-
+
{% if skip_domain_validation == false %}
Make sure that this server is reachable on port 443 (port 443/tcp is open/forwarded in your firewall/router) and that you've correctly set up the DNS config for the domain that you enter (set the A record to your public ipv4-address and if you need ipv6, set the AAAA record to your public ipv6-address. A CNAME record if of course also possible). You should see hints on what went wrong if your domain does not get accepted in the top right corner.
@@ -173,7 +173,7 @@
-
+
{{ include('includes/backup-dirs.twig') }}
⚠️ Please note that the backup archive must be located in a subfolder of the folder that you enter here and the subfolder which contains the archive must be named 'borg'. Otherwise will the backup container not find the backup archive!
@@ -352,7 +352,7 @@
-
+
{{ include('includes/backup-dirs.twig') }}
{% endif %}
@@ -380,10 +380,10 @@
{% if has_backup_run_once == false %}
You may change the backup path again since the initial backup was not successful. After submitting the new value, you need to click on 'Create Backup' for testing the new value.