# docker compose publish

**Description:** Publish compose application

**Usage:** `docker compose publish [OPTIONS] REPOSITORY[:TAG]`










## Description

Publish compose application


## Options

| Option | Default | Description |
|--------|---------|-------------|
| `--app` |  |  Published compose application (includes referenced images) |
| `--oci-version` |  |  OCI image/artifact specification version (automatically determined by default)<br> |
| `--resolve-image-digests` |  |  Pin image tags to digests |
| `--with-env` |  |  Include environment variables in the published OCI artifact |
| `-y`, `--yes` |  |  Assume "yes" as answer to all prompts |






