This commit is contained in:
2026-05-18 20:46:17 +02:00
parent 7a3ada8303
commit 0768ea1edc

View File

@@ -2,7 +2,7 @@ services:
pihole: pihole:
image: pihole/pihole:latest image: pihole/pihole:latest
container_name: pihole container_name: pihole
hostname: pihole # hostname: pihole
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
@@ -21,7 +21,7 @@ services:
DNSMASQ_LISTENING: all DNSMASQ_LISTENING: all
FTLCONF_dns_listeningMode: all FTLCONF_dns_listeningMode: all
FTLCONF_misc_etc_dnsmasq_d: 'true' FTLCONF_misc_etc_dnsmasq_d: 'true'
FTLCONF_webserver_port: "8080o" FTLCONF_webserver_port: "18080o"
# networks: # networks:
# - proxy_net # - proxy_net
# - dns_net # - dns_net