fixed kcmonitor container name
This commit is contained in:
+1
-1
@@ -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."""
|
||||||
|
|||||||
Reference in New Issue
Block a user