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

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

# `t`

```elixir
@type t() :: %Docker.Commands.Compose.Port{
  env_files: term(),
  files: term(),
  index: term(),
  private_port: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  protocol: term(),
  service: term()
}
```

# `file`

# `index`

# `new`

# `project_name`

# `protocol`

---

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