pihole: test run using docker
diff --git a/apps/pihole/volume/dnsmasq.d/01-pihole.conf b/apps/pihole/volume/dnsmasq.d/01-pihole.conf
new file mode 100644
index 0000000..457650e
--- /dev/null
+++ b/apps/pihole/volume/dnsmasq.d/01-pihole.conf
@@ -0,0 +1,44 @@
+# Pi-hole: A black hole for Internet advertisements
+# (c) 2017 Pi-hole, LLC (https://pi-hole.net)
+# Network-wide ad blocking via your own hardware.
+#
+# Dnsmasq config for Pi-hole's FTLDNS
+#
+# This file is copyright under the latest version of the EUPL.
+# Please see LICENSE file for your rights under this license.
+
+###############################################################################
+#      FILE AUTOMATICALLY POPULATED BY PI-HOLE INSTALL/UPDATE PROCEDURE.      #
+# ANY CHANGES MADE TO THIS FILE AFTER INSTALL WILL BE LOST ON THE NEXT UPDATE #
+#                                                                             #
+#        IF YOU WISH TO CHANGE THE UPSTREAM SERVERS, CHANGE THEM IN:          #
+#                      /etc/pihole/setupVars.conf                             #
+#                                                                             #
+#        ANY OTHER CHANGES SHOULD BE MADE IN A SEPARATE CONFIG FILE           #
+#                    WITHIN /etc/dnsmasq.d/yourname.conf                      #
+###############################################################################
+
+addn-hosts=/etc/pihole/gravity.list
+addn-hosts=/etc/pihole/black.list
+addn-hosts=/etc/pihole/local.list
+
+
+localise-queries
+
+
+no-resolv
+
+
+
+cache-size=10000
+
+log-queries
+log-facility=/var/log/pihole.log
+
+local-ttl=2
+
+log-async
+server=8.8.8.8
+server=8.8.4.4
+interface=eth0
+server=/use-application-dns.net/