updated homebridge
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user