# `Docker.Commands.Compose.Pull`
[🔗](https://github.com/joshrotenberg/docker_wrapper_ex/blob/v0.1.2/lib/docker/commands/compose/pull.ex#L1)

Implements the `Docker.Command` behaviour for `docker compose pull`.

# `t`

```elixir
@type t() :: %Docker.Commands.Compose.Pull{
  env_files: term(),
  files: term(),
  ignore_pull_failures: term(),
  include_deps: term(),
  no_parallel: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  quiet: term(),
  services: term()
}
```

# `file`

# `ignore_pull_failures`

# `include_deps`

# `new`

# `no_parallel`

# `project_name`

# `quiet`

# `service`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
