Removed version.
This commit is contained in:
parent
a95a09a062
commit
987bd3a1c7
@ -16,7 +16,7 @@ class ComposeFileManager:
|
|||||||
with open(self.compose_path) as f:
|
with open(self.compose_path) as f:
|
||||||
self.compose = yaml.safe_load(f) or {}
|
self.compose = yaml.safe_load(f) or {}
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
self.compose = {"version": "3", "services": {}}
|
self.compose = {"services": {}}
|
||||||
|
|
||||||
def _save(self):
|
def _save(self):
|
||||||
with open(self.compose_path, "w") as f:
|
with open(self.compose_path, "w") as f:
|
||||||
|
Loading…
Reference in New Issue
Block a user