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

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

# `t`

```elixir
@type t() :: %Docker.Commands.Compose.Down{
  env_files: term(),
  files: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  remove_orphans: term(),
  rmi: term(),
  timeout: term(),
  volumes: term()
}
```

# `env_file`

# `file`

# `new`

# `profile`

# `project_directory`

# `project_name`

# `remove_orphans`

# `rmi`

# `timeout`

# `volumes`

---

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