This commit is contained in:
2025-12-14 02:03:02 +01:00
parent c6d44a83e2
commit d0d3a56a7c
2 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
- wud.watch.digest=true - wud.watch.digest=true
- wud.watch=true - wud.watch=true
dns: dns:
- 192.168.77.1
- 192.168.77.101 - 192.168.77.101
app: app:
environment: environment:

View File

@@ -64,10 +64,10 @@ services:
pihole: pihole:
ipv4_address: 192.168.78.254 ipv4_address: 192.168.78.254
ports: ports:
- '53:53' - '53:53/udp'
- '9380:80' - '9380:80'
- '9343:443' - '9343:443'
restart: always restart: always
volumes: volumes:
- /share/docker_data/pihole/etc-pihole:/etc/pihole - etc-pihole:/etc/pihole
- /share/docker_data/pihole/etc-dnsmasq.d:/etc/dnsmasq.d - dnsmasq.d:/etc/dnsmasq.d