Skip to content

Commit

Permalink
Merge branch 'refactor/mem_limit' into 'master'
Browse files Browse the repository at this point in the history
remove all mem_limit reference

See merge request !33
  • Loading branch information
timfeirg committed Dec 12, 2016
2 parents b7cbbbd + 90a8017 commit 50c54ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/specs.go
Expand Up @@ -28,7 +28,6 @@ type Entrypoint struct {
Ports []Port `yaml:"ports,omitempty,flow"`
Exposes []Expose `yaml:"exposes,omitempty,flow"`
NetworkMode string `yaml:"network_mode,omitempty"`
MemoryLimit int `yaml:"mem_limit,omitempty"`
RestartPolicy string `yaml:"restart,omitempty"`
HealthCheck string `yaml:"health_check,omitempty"`
ExtraHosts []string `yaml:"hosts,omitempty,flow"`
Expand Down

0 comments on commit 50c54ec

Please sign in to comment.