From 9252a183d94b80f615d9cb2a874b298f749a3591 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 25 Apr 2020 15:58:18 -0400 Subject: [PATCH] bind to ip address --- base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.yml b/base.yml index 422c966..a64bbfe 100644 --- a/base.yml +++ b/base.yml @@ -130,8 +130,8 @@ services: container_name: mistborn_production_pihole image: pihole/pihole:latest ports: - - "53:53/tcp" - - "53:53/udp" + - "10.2.3.1:53:53/tcp" + - "10.2.3.1:53:53/udp" labels: - "traefik.enable=true" environment: