21 lines
329 B
Plaintext
21 lines
329 B
Plaintext
[Container]
|
|
Image=docker.io/louislam/uptime-kuma:1-alpine
|
|
AutoUpdate=registry
|
|
Network=status.network
|
|
|
|
# storage
|
|
Volume=status.volume:/app/data
|
|
|
|
# security
|
|
ReadOnly=true
|
|
NoNewPrivileges=true
|
|
DropCapability=ALL
|
|
AddCapability=SETUID SETGID
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|