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.
2 parents efea3ec + d8409f1 commit a3837e2Copy full SHA for a3837e2
types/types.go
@@ -89,6 +89,7 @@ type ServiceConfig struct {
89
Profiles []string `yaml:"profiles,omitempty" json:"profiles,omitempty"`
90
91
Annotations Mapping `yaml:"annotations,omitempty" json:"annotations,omitempty"`
92
+ Attach *bool `yaml:"attach,omitempty" json:"attach,omitempty"`
93
Build *BuildConfig `yaml:"build,omitempty" json:"build,omitempty"`
94
BlkioConfig *BlkioConfig `yaml:"blkio_config,omitempty" json:"blkio_config,omitempty"`
95
CapAdd []string `yaml:"cap_add,omitempty" json:"cap_add,omitempty"`
0 commit comments