starting unbound
This commit is contained in:
@@ -9,9 +9,11 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:53:53/tcp"
|
- "127.0.0.1:53:53/tcp"
|
||||||
- "127.0.0.1:53:53/udp"
|
- "127.0.0.1:53:53/udp"
|
||||||
- "${WG_IP}:53:53/tcp"
|
- "${WG_GUEST_IP}:53:53/tcp"
|
||||||
- "${WG_IP}:53:53/udp"
|
- "${WG_GUEST_IP}:53:53/udp"
|
||||||
- "${WG_IP}:${PIHOLE_WEB_PORT}:80"
|
- "${WG_ADMIN_IP}:53:53/tcp"
|
||||||
|
- "${WG_ADMIN_IP}:53:53/udp"
|
||||||
|
- "${WG_ADMIN_IP}:${PIHOLE_WEB_PORT}:80"
|
||||||
environment:
|
environment:
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
WEBPASSWORD: ${WEBPASSWORD}
|
WEBPASSWORD: ${WEBPASSWORD}
|
||||||
|
|||||||
Reference in New Issue
Block a user