mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 15:30:19 +00:00
Merge pull request #41 from pgumpoldsberger/patch-1
Remove deprecated DNS environment varibles
This commit is contained in:
commit
2d553a0115
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ services:
|
|||
environment:
|
||||
TZ: 'Europe/London'
|
||||
WEBPASSWORD: 'password'
|
||||
DNS1: '172.70.9.2#5053'
|
||||
DNS2: 'no'
|
||||
PIHOLE_DNS_: '172.70.9.2#5053'
|
||||
DNSMASQ_LISTENING: 'all'
|
||||
VIRTUAL_HOST: pihole.yourdomain.com
|
||||
# Volumes store your data between container upgrades
|
||||
|
|
Loading…
Reference in a new issue