Skip to content

Commit

Permalink
Add PIHOLE_DNS as an env var. Remove makefile and setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Audiosutras committed Nov 26, 2023
1 parent df69b69 commit e5a3193
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 218 deletions.
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ services:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp"
- "80:80/tcp"
- "8080:80/tcp"
environment:
TZ: ${PIHOLE_TZ}
WEBPASSWORD: ${PIHOLE_PWD}
PIHOLE_DNS_: 10.1.1.3#53
PIHOLE_DNS_: ${PIHOLE_DNS}
volumes:
- './etc-pihole:/etc/pihole'
- './etc-dnsmasq.d:/etc/dnsmasq.d'
Expand Down
212 changes: 0 additions & 212 deletions setup.sh

This file was deleted.

0 comments on commit e5a3193

Please sign in to comment.