From 02fb7d1abe35d260cabf2ac8c1427d4dcfcce82c Mon Sep 17 00:00:00 2001 From: sujiba <65259334+sujiba@users.noreply.github.com> Date: Thu, 4 May 2023 01:33:01 +0200 Subject: [PATCH] changed variables --- .gitignore | 2 ++ docker-compose.yaml | 4 ++-- example.env | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) 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