From 40c715b3fc962cf9b614ae4c617d314e3d6b9a59 Mon Sep 17 00:00:00 2001 From: Oli Rooker Date: Wed, 17 Jan 2024 17:56:53 +0000 Subject: [PATCH] Amend formatting on page Signed-off-by: Oli Rooker --- docs/Basic_setup/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Basic_setup/index.md b/docs/Basic_setup/index.md index 323c83cc..eeafb41f 100644 --- a/docs/Basic_setup/index.md +++ b/docs/Basic_setup/index.md @@ -14,7 +14,8 @@ IOTstack is not a *system.* It is a set of *conventions* for assembling arbitrar 2. To the maximum extent possible, network port conflicts have been sorted out in advance. - Sometimes this is not possible. For example, Pi-hole and AdGuardHome both offer Domain Name System services. The DNS relies on port 53. You can't have two containers claiming port 53 so the only way to avoid this is to pick *either* Pi-hole *or* AdGuardHome. + > Sometimes this is not possible. For example, Pi-hole and AdGuardHome both offer Domain Name System services. The DNS relies on port 53. You can't have two containers claiming port 53 so the only way to avoid this is to pick *either* Pi-hole *or* AdGuardHome. + 3. Where multiple containers are needed to implement a single user-facing service, the IOTstack service definition will include everything needed. A good example is NextCloud which relies on MariaDB. IOTstack implements MariaDB as a private instance which is only available to NextCloud. This strategy ensures that you are able to run your own separate MariaDB container without any risk of interference with your NextCloud service. ## Requirements