mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-11 14:05:43 +02:00
added variables for image and container_name
This commit is contained in:
parent
3a772099d2
commit
962b3d4792
2 changed files with 6 additions and 2 deletions
|
@ -3,8 +3,8 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
|
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
|
||||||
pihole-unbound:
|
pihole-unbound:
|
||||||
image: sujiba/pihole-unbound-hyperlocal:latest
|
image: ${image}
|
||||||
container_name: pihole-unbound
|
container_name: ${name}
|
||||||
hostname: ${HOSTNAME}
|
hostname: ${HOSTNAME}
|
||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
|
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
|
||||||
|
|
||||||
|
image=sujiba/pihole-unbound-hyperlocal:latest
|
||||||
|
|
||||||
|
name=pihole-unbound
|
||||||
|
|
||||||
HOSTNAME=pihole
|
HOSTNAME=pihole
|
||||||
|
|
||||||
# 80 or an alternative port if you use a reverse proxy like nginx
|
# 80 or an alternative port if you use a reverse proxy like nginx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue