mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
volumes:
|
||||
pihole_etc_pihole:
|
||||
driver: local
|
||||
pihole_etc_dnsmasq_d:
|
||||
driver: local
|
||||
|
||||
networks:
|
||||
pihole:
|
||||
driver: overlay
|
||||
@@ -35,8 +41,8 @@ services:
|
||||
protocol: tcp
|
||||
mode: ingress
|
||||
volumes:
|
||||
- /share/docker_data/pihole/etc-pihole:/etc/pihole
|
||||
- /share/docker_data/pihole/etc-dnsmasq.d:/etc/dnsmasq.d
|
||||
- pihole_etc_pihole:/etc/pihole
|
||||
- pihole_etc_dnsmasq_d:/etc/dnsmasq.d
|
||||
deploy:
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: 'true'
|
||||
|
||||
Reference in New Issue
Block a user