17 lines
332 B
INI
17 lines
332 B
INI
[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
|