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: