Skip to content

Commit

Permalink
Merge pull request #429 from ndeloof/attach
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof authored Jul 10, 2023
2 parents efea3ec + d8409f1 commit a3837e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ type ServiceConfig struct {
Profiles []string `yaml:"profiles,omitempty" json:"profiles,omitempty"`

Annotations Mapping `yaml:"annotations,omitempty" json:"annotations,omitempty"`
Attach *bool `yaml:"attach,omitempty" json:"attach,omitempty"`
Build *BuildConfig `yaml:"build,omitempty" json:"build,omitempty"`
BlkioConfig *BlkioConfig `yaml:"blkio_config,omitempty" json:"blkio_config,omitempty"`
CapAdd []string `yaml:"cap_add,omitempty" json:"cap_add,omitempty"`
Expand Down

0 comments on commit a3837e2

Please sign in to comment.