mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
fix remaining non-_dev stacks: bookstack, gitea, heimdall, invokeai, n8n, nextcloud, opencode, paperless, pihole, qbittorrent, stash
This commit is contained in:
+3
-6
@@ -1,19 +1,16 @@
|
||||
services:
|
||||
pihole:
|
||||
image: ${PIHOLE_IMAGE:-pihole/pihole:latest}
|
||||
restart: unless-stopped
|
||||
restart: ${PIHOLE_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- '${VOL_PATH}/pihole/pihole:/etc/pihole'
|
||||
- '${VOL_PATH}/pihole/dnsmasq:/etc/dnsmasq.d'
|
||||
- ${VOL_PATH}/pihole/etc:/etc/pihole
|
||||
- ${VOL_PATH}/pihole/dnsmasq:/etc/dnsmasq.d
|
||||
environment:
|
||||
- TZ=${TZ:-America/Vancouver}
|
||||
- FTLCONF_dns_listeningMode=ALL
|
||||
- FTLCONF_webserver_port=8080o,[::]:8080o,8443os,[::]:8443os
|
||||
network_mode: host
|
||||
cap_add:
|
||||
# See https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
|
||||
- NET_ADMIN
|
||||
# Required if you are using Pi-hole as your NTP client to be able to set the host's system time
|
||||
- SYS_TIME
|
||||
# Optional, if Pi-hole should get some more processing time
|
||||
- SYS_NICE
|
||||
|
||||
Reference in New Issue
Block a user