chane pihole dns name
This commit is contained in:
parent
477631ce94
commit
7d9457d080
@ -2,8 +2,9 @@
|
||||
services:
|
||||
pihole:
|
||||
labels:
|
||||
- traefik.http.routers.pihole.rule=Host(`pihole.rschneider.net`)
|
||||
- traefik.http.routers.pihole.rule=Host(`internal.pihole.rschneider.hu`)
|
||||
- traefik.http.routers.pihole.tls=true
|
||||
- traefik.http.routers.immich-public.entrypoints=web, websecure
|
||||
- traefik.http.services.pihole.loadbalancer.server.port=80
|
||||
image: pihole/pihole:latest
|
||||
# For DHCP it is recommended to remove these ports and instead add: network_mode: "host"
|
||||
@ -11,7 +12,7 @@ services:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
||||
- "4114:80/tcp"
|
||||
- "4114:80/tcp"
|
||||
environment:
|
||||
TZ: 'Europe/Budapest'
|
||||
WEBPASSWORD: ${PI_HOLE_PASSWORD}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user