mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 13:55:12 +02:00
changed variables
This commit is contained in:
parent
962b3d4792
commit
02fb7d1abe
3 changed files with 6 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
.env
|
||||
etc-dnsmasq.d/
|
||||
etc-pihole/
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue