fix #95 - change ports to array of strings
This commit is contained in:
parent
51b6167606
commit
ead2ab4d69
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ func commonKeysMatch(a map[string]interface{}, b map[string]interface{}) bool {
|
|||
type ContainerSpec struct {
|
||||
Image string `yaml:"image"`
|
||||
Env map[string]string `yaml:"env"`
|
||||
Ports []int `yaml:"ports"`
|
||||
Ports []string `yaml:"ports"`
|
||||
Volumes []string `yaml:"volumes"`
|
||||
Options string `yaml:"options"`
|
||||
Entrypoint string
|
||||
|
|
Loading…
Reference in a new issue