This commit is contained in:
MCHost
2025-07-09 15:29:37 -04:00
parent 8b8db485ca
commit b1b8958fb6

View File

@@ -144,8 +144,8 @@ async function getDockerStats() {
}
return {
totalContainers: containers.length - 3, // Exclude 3 system containers
runningContainers: runningContainers.length - 3,
totalContainers: containers.length - 2, // Exclude 2 system containers
runningContainers: runningContainers.length - 2,
totalCpu,
totalMemory,
totalNetwork: {