fixed kcmonitor container name

This commit is contained in:
2026-07-24 12:53:47 +09:00
parent df6c7ea4bc
commit a20a8f3552
+1 -1
View File
@@ -71,7 +71,7 @@ SERVICES_ALIASES = {
"frpc-ssh": "frpc (ssh)", "frpc-ssh": "frpc (ssh)",
"jellyfin": "jellyfin", "jellyfin": "jellyfin",
"kancolle-start2-server": "kc-start2", "kancolle-start2-server": "kc-start2",
"kcmonitor": "kc-monitor", "kancolle": "kc-monitor",
} }
def _get_docker_services() -> list[dict]: def _get_docker_services() -> list[dict]:
"""Query Docker for real container statuses with ternary status model.""" """Query Docker for real container statuses with ternary status model."""