From 303ad036333c943da37652ac965358fe177719a4 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 14 Mar 2025 22:08:34 +0000 Subject: [PATCH] docker-compose.yml aktualisiert --- docker-compose.yml | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e2fb8fc..bd8be28 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,16 +8,15 @@ services: volumes: - '/volume1/docker/unbound/unbound.conf:/etc/unbound/unbound.conf' networks: - bridge_network: - ipv4_address: 172.18.0.2 + - default pihole: image: pihole/pihole:latest container_name: pihole environment: TZ: 'Europe/Berlin' - WEBPASSWORD: "ino4!xul" - PIHOLE_DNS_1: 172.18.0.2 + WEBPASSWORD: "JISz5dBYx4MmWO" + PIHOLE_DNS_1: unbound labels: - "com.centurylinklabs.watchtower.enable=true" volumes: @@ -25,20 +24,8 @@ services: - '/volume1/docker/pihole/etc/dnsmasq.d:/etc/dnsmasq.d' restart: unless-stopped networks: - pihole_network: - ipv4_address: 192.168.1.249 - bridge_network: + - default networks: - pihole_network: - driver: macvlan - driver_opts: - parent: ovs_eth0 - ipam: - config: - - subnet: 192.168.1.0/24 - gateway: 192.168.1.1 - bridge_network: - ipam: - config: - - subnet: 172.18.0.0/24 \ No newline at end of file + default: + driver: bridge \ No newline at end of file