summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-01-13 16:52:02 -0600
committerToby Vincent <tobyv13@gmail.com>2022-01-13 16:52:02 -0600
commitcc43b5b5a4d10ce46235c9c4c4022958c9ca3ad2 (patch)
tree3af3b8b7d18432b0e6df00be240c38fc10d936bb
parentd03a9027cb2257796db24336eae82acc2e4a8751 (diff)
removed proxy network
-rwxr-xr-xdocker-compose.yml3
-rwxr-xr-xrestartdns.sh5
2 files changed, 0 insertions, 8 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index a3e0dea..939d39c 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -25,7 +25,6 @@ services:
- ./data/pihole:/etc/pihole
- ./data/dnsmasq.d:/etc/dnsmasq.d
networks:
- proxy:
default:
ipv4_address: 172.31.1.2
dns:
@@ -66,8 +65,6 @@ secrets:
file: ./secrets/webpassword
networks:
- proxy:
- external: true
default:
name: pihole
ipam:
diff --git a/restartdns.sh b/restartdns.sh
deleted file mode 100755
index d908901..0000000
--- a/restartdns.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-project="$(dirname "$(readlink -fm "$0")")"
-
-docker-compose -f "${project}/docker-compose.yml" exec pihole pihole restartdns \ No newline at end of file