This website works better with JavaScript.
Home
Explore
Help
Sign In
bingen
/
rpi_docker_home_server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: Add option to pihole docker to accept all connections
master
Bingen Eguzkitza
4 months ago
parent
4cf7934ca4
commit
d08436827d
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
+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"
Write
Preview
Loading…
Cancel
Save