mirror of
https://github.com/louislam/dockge.git
synced 2024-11-23 19:34:04 +00:00
Remove compose version (#174)
This commit is contained in:
parent
766e751522
commit
cff929c69d
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue