Implements the Docker.Command behaviour for docker compose exec.
Summary
Types
@type t() :: %Docker.Commands.Compose.Exec{ command: term(), detach: term(), env: term(), env_files: term(), files: term(), index: term(), interactive: term(), privileged: term(), profiles: term(), project_directory: term(), project_name: term(), service: term(), tty: term(), user: term(), workdir: term() }