From b6eabdaf120a321166a73e34abf94f81049c37a7 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Sun, 4 Aug 2024 14:00:15 +0200 Subject: [PATCH] chore: lint --- pihole/docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pihole/docker-compose.yaml b/pihole/docker-compose.yaml index 7af040b..010e52e 100644 --- a/pihole/docker-compose.yaml +++ b/pihole/docker-compose.yaml @@ -13,7 +13,8 @@ services: - '/srv/docker/pihole/pihole:/etc/pihole' - '/srv/docker/pihole/dnsmasq.d:/etc/dnsmasq.d' cap_add: - - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed + # Required if you are using Pi-hole as your DHCP server, else not needed + - NET_ADMIN restart: unless-stopped depends_on: - dns