[add] backup volume

This commit is contained in:
Andy Bunce 2022-03-12 15:46:10 +00:00
parent 4c1499ce6b
commit d2c067fc1a
2 changed files with 9 additions and 1 deletions

8
pihole/backups/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# .gitignore sample
###################
# Ignore all files in this dir...
*
# ... except for this one.
!.gitignore

View File

@ -3,7 +3,7 @@
## Create docker network
```
docker network create -d macvlan \
--subnet=192.168.1.10/24 --gateway=192.168.1.1 \
--subnet=192.168.1.5/24 --gateway=192.168.1.1 \
--ip-range 192.168.1.59/28 \
-o parent=eth0 \
--aux-address="myserver=192.168.1.60" \