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

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

# `t`

```elixir
@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()
}
```

# `detach`

# `env`

# `file`

# `index`

# `new`

# `no_tty`

# `privileged`

# `project_name`

# `user`

# `workdir`

---

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