fix #95 - change ports to array of strings
This commit is contained in:
@@ -171,7 +171,7 @@ func commonKeysMatch(a map[string]interface{}, b map[string]interface{}) bool {
|
|||||||
type ContainerSpec struct {
|
type ContainerSpec struct {
|
||||||
Image string `yaml:"image"`
|
Image string `yaml:"image"`
|
||||||
Env map[string]string `yaml:"env"`
|
Env map[string]string `yaml:"env"`
|
||||||
Ports []int `yaml:"ports"`
|
Ports []string `yaml:"ports"`
|
||||||
Volumes []string `yaml:"volumes"`
|
Volumes []string `yaml:"volumes"`
|
||||||
Options string `yaml:"options"`
|
Options string `yaml:"options"`
|
||||||
Entrypoint string
|
Entrypoint string
|
||||||
|
Reference in New Issue
Block a user