diff --git a/frontend/src/pages/Compose.vue b/frontend/src/pages/Compose.vue index 025ed0a..88db8ce 100644 --- a/frontend/src/pages/Compose.vue +++ b/frontend/src/pages/Compose.vue @@ -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;