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

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

# `t`

```elixir
@type t() :: %Docker.Commands.Compose.Run{
  build_flag: term(),
  command: term(),
  detach: term(),
  entrypoint: term(),
  env: term(),
  env_files: term(),
  files: term(),
  labels: term(),
  name: term(),
  no_deps: term(),
  no_tty: term(),
  ports: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  quiet_pull: term(),
  rm: term(),
  service: term(),
  service_ports: term(),
  use_aliases: term(),
  user: term(),
  volumes: term(),
  workdir: term()
}
```

# `build`

# `command`

# `detach`

# `entrypoint`

# `env`

# `file`

# `label`

# `name`

# `new`

# `no_deps`

# `no_tty`

# `port`

# `project_name`

# `quiet_pull`

# `rm`

# `service_ports`

# `use_aliases`

# `user`

# `volume`

# `workdir`

---

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