feat: Changes macvlan to use 50 vlan.
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
|||||||
- "8088:80/tcp"
|
- "8088:80/tcp"
|
||||||
networks:
|
networks:
|
||||||
pihole_network:
|
pihole_network:
|
||||||
ipv4_address: 192.168.1.198
|
ipv4_address: 192.168.50.198
|
||||||
priority: 1000
|
priority: 1000
|
||||||
pihole_bridge:
|
pihole_bridge:
|
||||||
ipv4_address: 192.168.100.2
|
ipv4_address: 192.168.100.2
|
||||||
@@ -53,9 +53,9 @@ networks:
|
|||||||
parent: end0
|
parent: end0
|
||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
- subnet: 192.168.1.0/24
|
- subnet: 192.168.50.0/24
|
||||||
ip_range: 192.168.1.0/24
|
ip_range: 192.168.50.0/24
|
||||||
gateway: 192.168.1.1
|
gateway: 192.168.50.1
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pihole_data:
|
pihole_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user