Skip to content

Commit 0076ab1

Browse files
committed
change bash codefence to console, opportunistic yml fences
Signed-off-by: Phill Kelley <[email protected]>
1 parent 54b9b58 commit 0076ab1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/Containers/AdGuardHome.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ Because of AdGuard Home limitations, you must take special precautions if you de
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

5353
3. Repeat the [Quick Start](#quickStart) procedure, this time substituting the new Admin Web Interface port where you see "8089".
@@ -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)