|  | @@ -307,6 +307,7 @@ func (s *composeService) getCreateConfigs(ctx context.Context,
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  	hostConfig := container.HostConfig{
 |  |  	hostConfig := container.HostConfig{
 | 
											
												
													
														|  |  		AutoRemove:     opts.AutoRemove,
 |  |  		AutoRemove:     opts.AutoRemove,
 | 
											
												
													
														|  | 
 |  | +		Annotations:    service.Annotations,
 | 
											
												
													
														|  |  		Binds:          binds,
 |  |  		Binds:          binds,
 | 
											
												
													
														|  |  		Mounts:         mounts,
 |  |  		Mounts:         mounts,
 | 
											
												
													
														|  |  		CapAdd:         strslice.StrSlice(service.CapAdd),
 |  |  		CapAdd:         strslice.StrSlice(service.CapAdd),
 |