Skip to content

Commit 0cd6714

Browse files
Update compose
1 parent ab7c297 commit 0cd6714

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
bind:
4-
image: docker-bind9:latest
4+
image: ghcr.io/rootshell-coder/docker-bind9:latest
55
ports:
66
- "53:53/udp" # DNS
77
- "53:53/tcp" # DNS
@@ -17,6 +17,6 @@ services:
1717
# - ./bind/acl.conf:/etc/bind/acl.conf
1818
# - ./bind/option.conf:/bind/option.conf
1919
# 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"
20+
# - DNS_ADBLOCK="true"
21+
# - DNS_ADBLOCK_HOSTS_URL="https://raw.githubusercontent.com/StevenBlack/hosts/refs/heads/master/data/StevenBlack/hosts"
22+
# - DNS_ADBLOCK_RPZ_FILE="/etc/bind/adblock/db.rpz.adblock"

0 commit comments

Comments
 (0)