diff options
| author | spmfox <spmfox@foxwd.com> | 2024-08-30 15:38:11 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-08-30 15:38:11 -0400 |
| commit | b6789b26d450da6f23542e98f8e6c028c7bb1fc7 (patch) | |
| tree | 01b11ad9b5d12ef8a954fea7621579db803e3ab8 /docs/sample-environment/pihole/quadlet/pihole-app.container | |
| parent | dba0ad5027af1718269785deecbdfcd0917bcdcb (diff) | |
enhancing sample environments
Diffstat (limited to 'docs/sample-environment/pihole/quadlet/pihole-app.container')
| -rw-r--r-- | docs/sample-environment/pihole/quadlet/pihole-app.container | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/sample-environment/pihole/quadlet/pihole-app.container b/docs/sample-environment/pihole/quadlet/pihole-app.container new file mode 100644 index 0000000..7892498 --- /dev/null +++ b/docs/sample-environment/pihole/quadlet/pihole-app.container @@ -0,0 +1,15 @@ +[Unit] +Wants=check-network-online.service podman-auto-update.timer +After=check-network-online.service + +[Container] +ContainerName=pihole-app +Environment=WEBPASSWORD= +Image=docker.io/pihole/pihole:latest +#PublishPort=53:53/tcp +#PublishPort=53:53/udp +PublishPort=8081:80 +AutoUpdate=registry + +[Install] +WantedBy=default.target |
