Skip to content

Commit a3837e2

Browse files
authored
Merge pull request #429 from ndeloof/attach
2 parents efea3ec + d8409f1 commit a3837e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ type ServiceConfig struct {
8989
Profiles []string `yaml:"profiles,omitempty" json:"profiles,omitempty"`
9090

9191
Annotations Mapping `yaml:"annotations,omitempty" json:"annotations,omitempty"`
92+
Attach *bool `yaml:"attach,omitempty" json:"attach,omitempty"`
9293
Build *BuildConfig `yaml:"build,omitempty" json:"build,omitempty"`
9394
BlkioConfig *BlkioConfig `yaml:"blkio_config,omitempty" json:"blkio_config,omitempty"`
9495
CapAdd []string `yaml:"cap_add,omitempty" json:"cap_add,omitempty"`

0 commit comments

Comments
 (0)