Remove compose version (#174)

This commit is contained in:
Louis Lam 2023-11-25 03:08:48 +08:00 committed by GitHub
parent 766e751522
commit cff929c69d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;