14 lines
228 B
Text
14 lines
228 B
Text
[Unit]
|
|
Description=Uptime Kuma
|
|
After=network-online.target
|
|
|
|
[Container]
|
|
Image=louislam/uptime-kuma:1
|
|
Volume=/mnt/data/uptime-kuma:/app/data:Z
|
|
PublishPort=3005:3001
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|