-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker pihole container: No webui, pihole not actually starting? #220
Comments
did you add that volume mount of /var/run/lighttpd as a workaround to #217 ? I think your host directory permissions on /opt/pihole/var/run/lighttpd/ still probably mismatch the lighttpd user inside the container. Try setting it's owner/group to id 33 per (chown 33.33 /opt/pihole/var/run/lighttpd/ )
|
Sorry I have been without internet the past 30+ hours. After reading this post you listed, that is odd! Thank you @diginc |
I don't have a centos/fedora VM to test on at the moment but the new debian_dev tag may not need any /var volume mounts. More detail in #217 |
@diginc I can try it out when I get home tonight. I tried again with the debian tag thinking that was what you posted, whoops! I will try tonight with the debian_dev tag. |
Hello,
I attempted to run Pi-Hole today using docker on my Cent OS host. It seems to start, and in the log says [servicesd] done. HOWEVER, after that the docker log just shows "Starting lighttpd" repeating over and over again. The 'pihole -d' output suggests that dnsmasq, lighttpd, and pihole-FTL never start.
I cannot seem to access the webui however. I've tried accessing using the docker IP, host IP, hostname and the default http://pi.hole/admin.
I tried several different run options to see if it would change anything, but it did not make any difference.
Below I posted my last run options tested, and then some output from pihole -d.
Any assistance is greatly appreciated!
The text was updated successfully, but these errors were encountered: