[add] backup volume
This commit is contained in:
parent
4c1499ce6b
commit
d2c067fc1a
8
pihole/backups/.gitignore
vendored
Normal file
8
pihole/backups/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user