fix: finalize adding docker to db

This commit is contained in:
LukeGus
2025-12-18 12:56:17 -06:00
parent 3248b2336b
commit 48933e9b11
4 changed files with 32 additions and 36 deletions

View File

@@ -23,7 +23,6 @@ export interface DockerConfig {
tlsCaCert?: string;
tlsCert?: string;
tlsKey?: string;
apiVersion?: string;
}
export interface SSHHost {