dnsrouting
This commit is contained in:
@@ -7,9 +7,9 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "${WG_IP}:53:53/tcp"
|
||||||
- "53:53/udp"
|
- "${WG_IP}:53:53/udp"
|
||||||
- "${PIHOLE_WEB_PORT}:80"
|
- "${WG_IP}:${PIHOLE_WEB_PORT}:80"
|
||||||
environment:
|
environment:
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
WEBPASSWORD: ${WEBPASSWORD}
|
WEBPASSWORD: ${WEBPASSWORD}
|
||||||
|
|||||||
Reference in New Issue
Block a user