diff --git a/pkg/compose/create.go b/pkg/compose/create.go index 08b6b76aa..3c3083fde 100644 --- a/pkg/compose/create.go +++ b/pkg/compose/create.go @@ -378,6 +378,7 @@ func (s *composeService) getCreateOptions(ctx context.Context, p *types.Project, PidMode: container.PidMode(service.Pid), Tmpfs: tmpfs, Isolation: container.Isolation(service.Isolation), + Runtime: service.Runtime, LogConfig: logConfig, }