You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using the nightly image, the problem are with the latest releases of Docker Desktop, after a minutes I get the log : DEBUG_ANY dnsmasq received signal 17 and the webs are not loading. I have in the compose to make a local folder PiHole and dnsmasq, but dnsmasq folder is always empty and I don't know if is normal. The problem is the same with "latest" image, I try too the different virtualization modes in Docker. It's my second time writing for help, but the dnsmasq log is new. The latest Docker Desktop working are 4.17 maybe to 4.19, newer don't. Thanks.
Related Issues
I have searched this repository/Pi-hole forums for existing issues and pull requests that look similar
How to reproduce the issue
Environment data
Operating System: MacOs
Hardware: MacBook Pro M3
Kernel Architecture:
Docker Install Info and version:
Software source:
Supplimentary Software:
Hardware architecture:
docker-compose.yml
version: '3'services:
pihole:
image: pihole/pihole:nightlycontainer_name: piholeenvironment:
- ServerIP=10.0.0.18
- TZ=Europe/Madrid
- DNS1=10.0.0.18:5053 # Apuntamos al servidor DoH en 10.0.0.18:5053ports:
- "8082:80"
- "10.0.0.18:53:53/tcp"
- "10.0.0.18:53:53/udp"
- "448:443"# Puerto HTTPS para la interfaz webvolumes:
- ./pihole:/etc/pihole # Persistencia de configuración de Pi-hole
- ./dnsmasq:/etc/dnsmasq.d # Persistencia de configuración de dnsmasqdns:
- 1.1.1.1 # DNS de Docker para la resolución internarestart: unless-stopped # Reiniciar el contenedor en caso de fallocap_add:
- SYS_TIMEdepends_on:
- cloudflaredcloudflared:
image: crazymax/cloudflared:latestcontainer_name: cloudflaredports:
- '5053:5053/udp'
- '5053:5053/tcp'environment:
- "TZ=Europe/Madrid"
- "TUNNEL_DNS_UPSTREAM=https://1.1.1.1/dns-query,https://1.0.0.1/dns-query"restart: alwaysvolumes:
pihole:
dnsmasq:
any additional info to help reproduce
wait some time.
These common fixes didn't work for my issue
I have tried removing/destroying my container, and re-creating a new container
I have tried fresh volume data by backing up and moving/removing the old volume data
I have tried running the stock docker run example(s) in the readme (removing any customizations I added)
I have tried a newer or older version of Docker Pi-hole (depending what version the issue started in for me)
I have tried running without my volume data mounts to eliminate volumes as the cause
If the above debugging / fixes revealed any new information note it here.
Add any other debugging steps you've taken or theories on root cause that may help.
The text was updated successfully, but these errors were encountered:
This is a: Run issue
Details
Im using the nightly image, the problem are with the latest releases of Docker Desktop, after a minutes I get the log : DEBUG_ANY dnsmasq received signal 17 and the webs are not loading. I have in the compose to make a local folder PiHole and dnsmasq, but dnsmasq folder is always empty and I don't know if is normal. The problem is the same with "latest" image, I try too the different virtualization modes in Docker. It's my second time writing for help, but the dnsmasq log is new. The latest Docker Desktop working are 4.17 maybe to 4.19, newer don't. Thanks.
Related Issues
How to reproduce the issue
wait some time.
These common fixes didn't work for my issue
docker run
example(s) in the readme (removing any customizations I added)If the above debugging / fixes revealed any new information note it here.
Add any other debugging steps you've taken or theories on root cause that may help.
The text was updated successfully, but these errors were encountered: