From 466b41113bb74896a8e381f9a658e4dd88649199 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Mon, 24 Feb 2025 21:24:57 -0500 Subject: [PATCH] fix volume --- docker-compose.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 25d2ed2..7eea72c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: build: dockerfile: Dockerfile container_name: pihole1 - image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250224.0.2 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole1:250224.0.3 restart: unless-stopped environment: TZ: 'America/Indianapolis' @@ -30,7 +30,7 @@ services: build: dockerfile: Dockerfile container_name: pihole2 - image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250224.0.2 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole2:250224.0.3 restart: unless-stopped environment: TZ: 'America/Indianapolis' @@ -50,7 +50,7 @@ services: build: dockerfile: Dockerfile container_name: pihole3 - image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250224.0.2 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/pihole3:250224.0.3 restart: unless-stopped environment: TZ: 'America/Indianapolis' @@ -62,9 +62,6 @@ services: TEMPERATUREUNIT: 'f' QUERY_LOGGING: 'true' WEBTHEME: 'default-dark' - volumes: - - pihole-etc:/etc/pihole - - pihole-dnsmasq:/etc/dnsmasq.d networks: dns_local_net: ipv4_address: 10.200.53.243