diff --git a/docs/reference/compose_up.md b/docs/reference/compose_up.md index 8895e92923d..a34766c4843 100644 --- a/docs/reference/compose_up.md +++ b/docs/reference/compose_up.md @@ -16,7 +16,6 @@ Create and start containers | `--dry-run` | | | Execute command in dry run mode | | `--exit-code-from` | `string` | | Return the exit code of the selected service container. Implies --abort-on-container-exit | | `--force-recreate` | | | Recreate containers even if their configuration and image haven't changed | -| `--menu` | | | While running in attach mode, enable helpful shortcuts. | | `--no-attach` | `stringArray` | | Do not attach (stream logs) to the specified services | | `--no-build` | | | Don't build an image, even if it's policy | | `--no-color` | | | Produce monochrome output | diff --git a/docs/reference/docker_compose_up.yaml b/docs/reference/docker_compose_up.yaml index 075a2cb29c8..967a16379f9 100644 --- a/docs/reference/docker_compose_up.yaml +++ b/docs/reference/docker_compose_up.yaml @@ -111,9 +111,10 @@ options: - option: menu value_type: bool default_value: "false" - description: While running in attach mode, enable helpful shortcuts. + description: | + Enable interactive shortcuts when running attached (Experimental). Incompatible with --detach. deprecated: false - hidden: false + hidden: true experimental: false experimentalcli: false kubernetes: false