From 53eb24d9d5c2949c836e8461f25b4b34c8319a78 Mon Sep 17 00:00:00 2001 From: SturdyErde Date: Fri, 24 Jul 2020 23:46:25 -0400 Subject: [PATCH] Update README.md (#26) Added commands to create the AdguardHome Confdir and Workdir. --- AdguardHome/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AdguardHome/README.md b/AdguardHome/README.md index 2145025..d2aeb8e 100644 --- a/AdguardHome/README.md +++ b/AdguardHome/README.md @@ -25,6 +25,9 @@ 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. ```shell script + mkdir /mnt/data/AdguardHome-Confdir + mkdir /mnt/data/AdguardHome-Workdir + podman run -d --network dns --restart always \ --name adguardhome \ -v "/mnt/data/AdguardHome-Confdir/:/opt/adguardhome/conf/" \