add podman services and documentation
This commit is contained in:
18
quadlets/pihole.container
Normal file
18
quadlets/pihole.container
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Wants=network-online.target
|
||||
|
||||
[Container]
|
||||
ContainerName=pihole
|
||||
Environment=TZ=America/Chicago "WEBPASSWORD=SET A PASSWORD HERE"
|
||||
Image=pihole/pihole:latest
|
||||
PublishPort=53:53/tcp
|
||||
PublishPort=53:53/udp
|
||||
PublishPort=8080:80/tcp
|
||||
Volume=pihole:/etc/pihole
|
||||
Volume=dnsmasq:/etc/dnsmasq.d
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user