Change MAC addresses for minisforum.

This commit is contained in:
2025-04-18 13:34:51 +00:00
parent af4de50a48
commit 13fec90ac3

View File

@@ -12,10 +12,10 @@ networks:
config: config:
- subnet: 192.168.178.0/24 - subnet: 192.168.178.0/24
gateway: 192.168.178.1 gateway: 192.168.178.1
ip_range: 192.168.178.2/29 # 2 - 6 ip_range: 192.168.178.0/29
- subnet: fd00::/64 - subnet: fd00::/64
gateway: fd00::de15:c8ff:feec:9960 gateway: fd00::de15:c8ff:feec:9960
ip_range: fd00::1/80 ip_range: fd00::0/80
name: home name: home
proxy: proxy:
external: true external: true
@@ -43,7 +43,7 @@ services:
PIHOLE_DNS_: 192.168.178.3;192.168.178.3 PIHOLE_DNS_: 192.168.178.3;192.168.178.3
VIRTUAL_HOST: pihole.fam-steinle.de VIRTUAL_HOST: pihole.fam-steinle.de
CORS_HOSTS: homer.fam-steinle.de CORS_HOSTS: homer.fam-steinle.de
mac_address: d0:ca:ab:cd:ef:01 mac_address: d0:ca:ab:cd:ef:02
networks: networks:
home: home:
ipv4_address: 192.168.178.2 ipv4_address: 192.168.178.2
@@ -77,7 +77,7 @@ services:
image: mvance/unbound image: mvance/unbound
container_name: unbound container_name: unbound
hostname: unbound hostname: unbound
mac_address: 02:42:c0:a8:b2:03 mac_address: 02:42:c0:a8:b2:04
networks: networks:
home: home:
ipv4_address: 192.168.178.3 ipv4_address: 192.168.178.3