Docker version force use default hostname and port

This commit is contained in:
2024-01-21 22:03:14 +08:00
parent 74e9101beb
commit 34785d30ef
3 changed files with 8 additions and 1 deletions

View File

@@ -8,4 +8,5 @@ export type StatusData = {
key: string;
};
no_user: boolean;
is_docker: boolean;
};