mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update README.md (#26)
Added commands to create the AdguardHome Confdir and Workdir.
This commit is contained in:
parent
012169f474
commit
53eb24d9d5
@ -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/" \
|
||||
|
Loading…
Reference in New Issue
Block a user