Compare commits
6 Commits
99dfa4fa24
...
wholenetwo
| Author | SHA1 | Date | |
|---|---|---|---|
| 659709a2e9 | |||
| 943994bd73 | |||
| b09ea468cb | |||
| 257aadc895 | |||
| fa8b6949aa | |||
| 28d3ed37f1 |
@@ -7,9 +7,13 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
- "8080:80"
|
||||
- "127.0.0.1:53:53/tcp"
|
||||
- "127.0.0.1:53:53/udp"
|
||||
- "${WG_GUEST_IP}:53:53/tcp"
|
||||
- "${WG_GUEST_IP}:53:53/udp"
|
||||
- "${WG_ADMIN_IP}:53:53/tcp"
|
||||
- "${WG_ADMIN_IP}:53:53/udp"
|
||||
- "${WG_ADMIN_IP}:${PIHOLE_WEB_PORT}:80"
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
WEBPASSWORD: ${WEBPASSWORD}
|
||||
@@ -17,7 +21,12 @@ services:
|
||||
DNSMASQ_LISTENING: all
|
||||
FTLCONF_dns_listeningMode: all
|
||||
volumes:
|
||||
- ./etc-pihole:/etc/pihole
|
||||
- /etc/dnsmasq.d:/etc/dnsmasq.d
|
||||
- pihole_data:/etc/pihole
|
||||
- pihole_dnsmasq:/etc/dnsmasq.d
|
||||
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
||||
volumes:
|
||||
pihole_data:
|
||||
pihole_dnsmasq:
|
||||
|
||||
Reference in New Issue
Block a user