mirror of
https://github.com/louislam/dockge.git
synced 2025-08-12 13:17:39 +02:00
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");
|
||||
}
|
||||
|
||||
if (!config.version) {
|
||||
config.version = "3.8";
|
||||
}
|
||||
|
||||
this.yamlDoc = doc;
|
||||
this.jsonConfig = config;
|
||||
|
||||
|
Reference in New Issue
Block a user