Skip to content

Commit 885f797

Browse files
authored
Merge pull request SensorsIot#526 from Paraphraser/20220327-adguard-doco-master
20220327 AdGuardHome documentation
2 parents 30dff8a + 0076ab1 commit 885f797

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/Containers/AdGuardHome.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
AdGuard Home and PiHole perform similar functions. They use the same ports so you can **not** run both at the same time. You must choose one or the other.
1111

12-
## Quick Start
12+
## <a name="quickStart"></a>Quick Start
1313

1414
When you first install AdGuard Home:
1515

@@ -34,27 +34,27 @@ When you first install AdGuard Home:
3434

3535
Port 8089 is the default administrative user interface for AdGuard Home running under IOTstack.
3636

37-
Port 8089 is not active until you have completed the [Quick Start](#quick-start) procedure. You must start by connecting to port 3001.
37+
Port 8089 is not active until you have completed the [Quick Start](#quickStart) procedure. You must start by connecting to port 3001.
3838

3939
Because of AdGuard Home limitations, you must take special precautions if you decide to change to a different port number:
4040

4141
1. The internal and external ports **must** be the same; and
4242

4343
2. You **must** convince AdGuard Home that it is a first-time installation:
4444

45-
```
46-
$ cd ~/IOTstack
47-
$ docker-compose stop adguardhome
48-
$ docker-compose rm -f adguardhome
49-
$ sudo rm -rf ./volumes/adguardhome
50-
$ docker-compose up -d adguardhome
45+
```console
46+
$ cd ~/IOTstack
47+
$ docker-compose stop adguardhome
48+
$ docker-compose rm -f adguardhome
49+
$ sudo rm -rf ./volumes/adguardhome
50+
$ docker-compose up -d adguardhome
5151
```
5252

53-
3. Repeat the [Quick Start](#quick-start) procedure, this time substituting the new Admin Web Interface port where you see "8089".
53+
3. Repeat the [Quick Start](#quickStart) procedure, this time substituting the new Admin Web Interface port where you see "8089".
5454

5555
## About port 3001:3000
5656

57-
Port 3001 (external, 3000 internal) is only used during [Quick Start](#quick-start) procedure. Once port 8089 becomes active, port 3001 ceases to be active.
57+
Port 3001 (external, 3000 internal) is only used during [Quick Start](#quickStart) procedure. Once port 8089 becomes active, port 3001 ceases to be active.
5858

5959
In other words, you need to keep port 3001 reserved even though it is only ever used to set up port 8089.
6060

@@ -64,7 +64,7 @@ If you want to run AdGuard Home as your DHCP server, you need to put the contain
6464

6565
1. add the line:
6666

67-
```
67+
```yaml
6868
network_mode: host
6969
```
7070

0 commit comments

Comments
 (0)