Compare commits
3 Commits
257aadc895
...
wholenetwo
| Author | SHA1 | Date | |
|---|---|---|---|
| 659709a2e9 | |||
| 943994bd73 | |||
| b09ea468cb |
@@ -7,9 +7,13 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "127.0.0.1:53:53/tcp"
|
||||||
- "53:53/udp"
|
- "127.0.0.1:53:53/udp"
|
||||||
- "${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:
|
environment:
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
WEBPASSWORD: ${WEBPASSWORD}
|
WEBPASSWORD: ${WEBPASSWORD}
|
||||||
|
|||||||
Reference in New Issue
Block a user