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

- pihole.env - pihole.env
# cap_add: # for DHCP # cap_add: # for DHCP
# - NET_ADMIN # - NET_ADMIN
environment:
FTLCONF_dns_listeningMode: 'all'
ports: ports:
- "53:53/tcp" - "53:53/tcp"
- "53:53/udp" - "53:53/udp"

Loading…
Cancel
Save