Implements the Docker.Command behaviour for docker compose config.
Docker.Command
docker compose config
@type t() :: %Docker.Commands.Compose.Config{ env_files: term(), files: term(), format: term(), no_interpolate: term(), no_normalize: term(), profiles: term(), project_directory: term(), project_name: term(), quiet: term(), resolve_image_digests: term(), services: term(), volumes: term() }