Skip to content
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

prepare dns resolver prior to installing pihole #1

Open
wants to merge 1 commit into
base: PiHole-----add
Choose a base branch
from

Conversation

d-rk
Copy link

@d-rk d-rk commented Dec 23, 2020

Hi,

this adds the missing dns resolver configuration part to your PR.
I implemented it like described in https://github.com/pi-hole/docker-pi-hole#installing-on-ubuntu.

Additionally, I combined the two different pihole tasks into one.

Cheers, Dirk

docker_container:
name: pihole
image: pihole/pihole:latest
pull: false
volumes:
- "{{ pihole_data_directory }}/etc/pihole:/etc/pihole:rw"
- "{{ pihole_data_directory }}/etc/dnsmasq.d:/etc/dnsmasq.d:rw"
- "{{ pihole_data_directory }}/var/log:/var/log:rw"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the container did not come up with permission denied errors when this was present. since it is not needed I just removed it.

bcurran3 pushed a commit that referenced this pull request Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant