This commit is contained in:
James Turland
2024-01-13 22:46:56 +00:00
parent b857eac731
commit 3af51802b5
2 changed files with 8 additions and 9 deletions

View File

@@ -24,10 +24,9 @@ services:
- "85:80/tcp"
#- "443:443/tcp"
environment:
- 'TZ=Europe/London'
- 'WEBPASSWORD=password'
- 'DNS1=172.23.0.8#5053'
- 'DNS2=no'
- TZ: 'Europe/London'
- WEBPASSWORD: 'password'
- PIHOLE_DNS_: '172.23.0.8#5053'
volumes:
- '/home/ubuntu/docker/pihole/etc-pihole/:/etc/pihole/'
- '/home/ubuntu/docker/pihole/etc-dnsmasq.d/:/etc/dnsmasq.d/'