starting unbound
This commit is contained in:
@@ -9,9 +9,11 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:53:53/tcp"
|
||||
- "127.0.0.1:53:53/udp"
|
||||
- "${WG_IP}:53:53/tcp"
|
||||
- "${WG_IP}:53:53/udp"
|
||||
- "${WG_IP}:${PIHOLE_WEB_PORT}:80"
|
||||
- "${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}
|
||||
|
||||
Reference in New Issue
Block a user