Implements the Docker.Command behaviour for docker compose create.
Summary
Types
@type t() :: %Docker.Commands.Compose.Create{ build_flag: term(), env_files: term(), files: term(), force_recreate: term(), no_build: term(), no_recreate: term(), profiles: term(), project_directory: term(), project_name: term(), pull: term(), remove_orphans: term(), scale: term(), services: term() }