From 74351fd98a6139c5ebbc5ed4ee29aa4b977bd872 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 25 Mar 2025 10:54:44 -0400 Subject: [PATCH] feat: Changes macvlan to use 50 vlan. --- compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yaml b/compose.yaml index b789226..a7d47c2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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: