Browse Source

bind to ip address

merge-requests/22/head
Steven Foerster 6 years ago
parent
commit
9252a183d9
  1. 4
      base.yml

4
base.yml

@ -130,8 +130,8 @@ services:
container_name: mistborn_production_pihole container_name: mistborn_production_pihole
image: pihole/pihole:latest image: pihole/pihole:latest
ports: ports:
- "53:53/tcp" - "10.2.3.1:53:53/tcp"
- "53:53/udp" - "10.2.3.1:53:53/udp"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
environment: environment:

Loading…
Cancel
Save