mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
restore support for --memory
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
dec608f3cd
commit
d01ef5887a
7 changed files with 31 additions and 22 deletions
|
|
@ -119,6 +119,8 @@ type BuildOptions struct {
|
|||
Services []string
|
||||
// Ssh authentications passed in the command line
|
||||
SSHs []types.SSHKey
|
||||
// Memory limit for the build container
|
||||
Memory int64
|
||||
}
|
||||
|
||||
// Apply mutates project according to build options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue