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

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

# `t`

```elixir
@type t() :: %Docker.Commands.Compose.Logs{
  env_files: term(),
  files: term(),
  follow: term(),
  no_color: term(),
  no_log_prefix: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  services: term(),
  since: term(),
  tail: term(),
  timestamps: term(),
  until_time: term()
}
```

# `file`

# `follow`

# `new`

# `no_color`

# `no_log_prefix`

# `project_name`

# `service`

# `since`

# `tail`

# `timestamps`

# `until_time`

---

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