Skip to content

Commit 40c715b

Browse files
committed
Amend formatting on page
Signed-off-by: Oli Rooker <[email protected]>
1 parent 40f1f47 commit 40c715b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Basic_setup/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ IOTstack is not a *system.* It is a set of *conventions* for assembling arbitrar
1414

1515
2. To the maximum extent possible, network port conflicts have been sorted out in advance.
1616

17-
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.
17+
> 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.
18+
1819
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.
1920

2021
## Requirements

0 commit comments

Comments
 (0)