[add] backup volume
This commit is contained in:
parent
4c1499ce6b
commit
d2c067fc1a
2 changed files with 9 additions and 1 deletions
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
|
## Create docker network
|
||||||
```
|
```
|
||||||
docker network create -d macvlan \
|
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 \
|
--ip-range 192.168.1.59/28 \
|
||||||
-o parent=eth0 \
|
-o parent=eth0 \
|
||||||
--aux-address="myserver=192.168.1.60" \
|
--aux-address="myserver=192.168.1.60" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue