We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7c297 commit 0cd6714Copy full SHA for 0cd6714
1 file changed
docker-compose.yml
@@ -1,7 +1,7 @@
1
---
2
services:
3
bind:
4
- image: docker-bind9:latest
+ image: ghcr.io/rootshell-coder/docker-bind9:latest
5
ports:
6
- "53:53/udp" # DNS
7
- "53:53/tcp" # DNS
@@ -17,6 +17,6 @@ services:
17
# - ./bind/acl.conf:/etc/bind/acl.conf
18
# - ./bind/option.conf:/bind/option.conf
19
# environment:
20
- # - ADBLOCK="true"
21
- # - ADBLOCK_HOSTS_URL="https://raw.githubusercontent.com/StevenBlack/hosts/refs/heads/master/data/StevenBlack/hosts"
22
- # - ADBLOCK_RPZ_FILE="/etc/bind/adblock/db.rpz.adblock"
+ # - DNS_ADBLOCK="true"
+ # - DNS_ADBLOCK_HOSTS_URL="https://raw.githubusercontent.com/StevenBlack/hosts/refs/heads/master/data/StevenBlack/hosts"
+ # - DNS_ADBLOCK_RPZ_FILE="/etc/bind/adblock/db.rpz.adblock"
0 commit comments