Skip to content

Commit 12f7a91

Browse files
authored
Update README.md (#26)
Added commands to create the AdguardHome Confdir and Workdir.
1 parent bf96084 commit 12f7a91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AdguardHome/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
1. Run the AdguardHome docker container, be sure to make the directories for your persistent AdguardHome configuration. They are mounted as volumes in the command below.
2626

2727
```shell script
28+
mkdir /mnt/data/AdguardHome-Confdir
29+
mkdir /mnt/data/AdguardHome-Workdir
30+
2831
podman run -d --network dns --restart always \
2932
--name adguardhome \
3033
-v "/mnt/data/AdguardHome-Confdir/:/opt/adguardhome/conf/" \

0 commit comments

Comments
 (0)