mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
add support for annotations
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
759d3bc9f9
commit
c5a760ce43
1 changed files with 1 additions and 0 deletions
|
|
@ -307,6 +307,7 @@ func (s *composeService) getCreateConfigs(ctx context.Context,
|
|||
|
||||
hostConfig := container.HostConfig{
|
||||
AutoRemove: opts.AutoRemove,
|
||||
Annotations: service.Annotations,
|
||||
Binds: binds,
|
||||
Mounts: mounts,
|
||||
CapAdd: strslice.StrSlice(service.CapAdd),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue