mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user