-
Notifications
You must be signed in to change notification settings - Fork 179
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
Missing Dockerfile #10
Comments
I found these settings in the bash file, is it what you are looking for? docker run -d |
No, that's how to invoke the |
Made one myself, improves on several things. Next I need to publish it to Dockerhub |
I dont know how to use that @ericfrederich |
@wiredyeti you'd do a build with: docker build -t fancy-pihole . Then run it with something like: docker run -d --name fancy-pihole -p 80:80 -p 443:443 -p 8080:8080 --dns=127.0.0.1 --dns=1.1.1.1 --restart=unless-stopped -e FANCY_SERVICE_SECRET=your-secret fancy-pihole |
Any chance of publishing the Dockerfile for
thenetworkchuck/networkchuck_pihole
?Someone else was asking to update the version of PiHole as well.
If this was published, I'm sure you'd even get merge requests for it.
The text was updated successfully, but these errors were encountered: