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