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