Browse Source

fix: Add option to pihole docker to accept all connections

master
Bingen Eguzkitza 4 months ago
parent
commit
d08436827d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docker-compose.yml

+ 2
- 0
docker-compose.yml View File

@@ -153,6 +153,8 @@ services:
- pihole.env
# cap_add: # for DHCP
# - NET_ADMIN
environment:
FTLCONF_dns_listeningMode: 'all'
ports:
- "53:53/tcp"
- "53:53/udp"

Loading…
Cancel
Save