diff --git a/model/model.go b/model/model.go index ec8dc6d4..9150f0d6 100644 --- a/model/model.go +++ b/model/model.go @@ -101,6 +101,7 @@ type Container struct { Volumes []Volume `json:"volumes" yaml:"volumes"` Ports []ExposedPort `json:"ports" yaml:"ports"` MemoryLimit string `json:"memory-limit" yaml:"memory-limit"` + MountSources bool `json:"mountSources" yaml:"mountSources"` } type Editor struct {