diff --git a/.gitignore b/.gitignore index 4c49bd7..ff5db9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .env +etc-dnsmasq.d/ +etc-pihole/ diff --git a/docker-compose.yaml b/docker-compose.yaml index 949f0f5..236e87c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,8 +3,8 @@ version: "3" services: # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ pihole-unbound: - image: ${image} - container_name: ${name} + image: ${IMAGE} + container_name: ${NAME} hostname: ${HOSTNAME} ports: - "53:53/tcp" diff --git a/example.env b/example.env index ec8a6b2..90d2064 100644 --- a/example.env +++ b/example.env @@ -1,8 +1,8 @@ # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ -image=sujiba/pihole-unbound-hyperlocal:latest +IMAGE=sujiba/pihole-unbound-hyperlocal:latest -name=pihole-unbound +NAME=pihole-unbound HOSTNAME=pihole