updated homebridge

This commit is contained in:
root
2026-06-05 06:11:59 -07:00
parent c6f562c300
commit 398676666a
5 changed files with 42 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=Uptime Kuma Container
After=network-online.target
[Container]
Image=louislam/uptime-kuma:1
ContainerName=uptime-kuma
PublishPort=3002:3001
Volume=/var/podman/uptime-kuma/data:/app/data
[Service]
# This tells systemd to handle the restarting of the container
Restart=always
[Install]
WantedBy=multi-user.target