diff --git a/pihole/pihole.container b/pihole/pihole.container new file mode 100644 index 0000000..fd00ab7 --- /dev/null +++ b/pihole/pihole.container @@ -0,0 +1,28 @@ +[Unit] +Description=Pi-hole Systemwide Ad Blocker +After=network.target +Wants=network.target + +[Container] +ContainerName=pihole +Image=docker.io/pihole/pihole:latest +AutoUpdate=registry +PublishPort=192.168.86.3:53:53/tcp +PublishPort=192.168.86.3:53:53/udp +PublishPort=8181:80/tcp +PublishPort=4433:443/tcp +#Uncomment the below if using Pi-hole as your DHCP Server +#PublishPort=67:67/udp +#Uncomment the line below if you are using Pi-hole as your NTP server +#PublishPort=123:123/udp +EnvironmentFile=pihole.env +Volume=etc-pihole:/etc/pihole +AddCapability=NET_ADMIN +AddCapability=SYS_TIME +AddCapability=SYS_NICE + +[Service] +Restart=on-abnormal + +#[Install] +#WantedBy=default.target