Remove compose version

This commit is contained in:
Louis Lam 2023-11-25 03:05:58 +08:00
parent 766e751522
commit f6a75d08c3
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;