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