Skip to content

Commit 863b613

Browse files
authored
Merge pull request #750 from olirooker/20240117-page-formatting
Amend formatting on page
2 parents 5dca0e7 + 40c715b commit 863b613

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)