Remove erroneous env_file location
This commit is contained in:
parent
3bec547d48
commit
1f59b8a943
|
@ -8,8 +8,6 @@ services:
|
|||
environment:
|
||||
TZ: ${TZ}
|
||||
WEBPASSWORD: ${WEBPASSWORD}
|
||||
env_file:
|
||||
- ./env/pihole
|
||||
volumes:
|
||||
- ${BASE_DATA_DIR}/pihole/etc-pihole:/etc/pihole
|
||||
- ${BASE_DATA_DIR}/pihole/etc-dnsmasq.d:/etc/dnsmasq.d
|
||||
|
|
Loading…
Reference in New Issue