Compare commits

...

1 Commits

Author SHA1 Message Date
Louis Lam f6a75d08c3 Remove compose version 2023-11-25 03:05:58 +08:00
1 changed files with 0 additions and 4 deletions

View File

@ -550,10 +550,6 @@ export default {
throw new Error("Services must be an object");
}
if (!config.version) {
config.version = "3.8";
}
this.yamlDoc = doc;
this.jsonConfig = config;