Skip to content

Commit 054dd24

Browse files
SoManyHsallisaurus
authored andcommitted
Change types in ContainerConfig
1 parent f81e437 commit 054dd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecs-cli/modules/cli/compose/containerconfig/containerconfig.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type ContainerConfig struct {
1818
DockerSecurityOptions []string
1919
Entrypoint []string
2020
Environment []*ecs.KeyValuePair
21-
ExtraHosts []string
21+
ExtraHosts []*ecs.HostEntry
2222
Hostname string
2323
// HealthCheck *ecs.HealthCheck
2424
Image string
@@ -31,7 +31,7 @@ type ContainerConfig struct {
3131
Privileged bool
3232
ReadOnly bool
3333
ShmSize int64
34-
Tmpfs []string
34+
Tmpfs []*ecs.Tmpfs
3535
Ulimits []*ecs.Ulimit
3636
VolumesFrom []*ecs.VolumeFrom
3737
User string

0 commit comments

Comments
 (0)