We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81e437 commit 054dd24Copy full SHA for 054dd24
ecs-cli/modules/cli/compose/containerconfig/containerconfig.go
@@ -18,7 +18,7 @@ type ContainerConfig struct {
18
DockerSecurityOptions []string
19
Entrypoint []string
20
Environment []*ecs.KeyValuePair
21
- ExtraHosts []string
+ ExtraHosts []*ecs.HostEntry
22
Hostname string
23
// HealthCheck *ecs.HealthCheck
24
Image string
@@ -31,7 +31,7 @@ type ContainerConfig struct {
31
Privileged bool
32
ReadOnly bool
33
ShmSize int64
34
- Tmpfs []string
+ Tmpfs []*ecs.Tmpfs
35
Ulimits []*ecs.Ulimit
36
VolumesFrom []*ecs.VolumeFrom
37
User string
0 commit comments