Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sites/platform/src/create-apps/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Unlike other runtimes most PHP applications do not have a start command. There i

{{< /note >}}

The following example shows a setup for a PHP app with comments to explain the settings.
The following example shows a setup for a PHP app with comments to explain the settings. Please note that Composable image is currently available as a Beta feature.

{{< codetabs >}}

Expand Down Expand Up @@ -186,7 +186,7 @@ web:
<--->

+++
title=Composable image
title=Composable image (Beta)
+++

```yaml {configFile="app"}
Expand Down
4 changes: 2 additions & 2 deletions sites/upsun/src/create-apps/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Unlike other runtimes, most PHP applications do not have a start command. There

{{< /note >}}

The following example shows a setup for a PHP app with comments to explain the settings.
The following example shows a setup for a PHP app with comments to explain the settings. Please note that Composable image is currently available as a Beta feature.

{{< codetabs >}}

Expand Down Expand Up @@ -182,7 +182,7 @@ services:
<--->

+++
title=Composable image
title=Composable image (Beta)
+++

```yaml {configFile="app"}
Expand Down