forked from extern/dockge
Compare commits
5 Commits
remove-ver
...
close-term
Author | SHA1 | Date | |
---|---|---|---|
9f8589bb10 | |||
58fb332a59 | |||
b6141b18f5 | |||
04140c4edd | |||
fe6735824c |
@ -550,6 +550,10 @@ export default {
|
|||||||
throw new Error("Services must be an object");
|
throw new Error("Services must be an object");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!config.version) {
|
||||||
|
config.version = "3.8";
|
||||||
|
}
|
||||||
|
|
||||||
this.yamlDoc = doc;
|
this.yamlDoc = doc;
|
||||||
this.jsonConfig = config;
|
this.jsonConfig = config;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user