Skip to content

Commit 361ba13

Browse files
committed
sentence clarity
1 parent 863e0c1 commit 361ba13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/compose/how-tos/oci-artifact.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ If you decline, the publish process stops without sending anything to the regist
8686

8787
### Limitations
8888

89-
There is limitations to publishing Compose applications as OCI artifacts. You can't publish a Compose configuration with:
89+
There is limitations to publishing Compose applications as OCI artifacts. You can't publish a Compose configuration:
9090
- With service(s) containing bind mounts
9191
- With service(s) containing only a `build` section
92-
- That that includes local files using the `include` attribute. To publish successfully, ensure that any included local files are also published. Alternatively, use remote file references, as remote `include` is supported.
92+
- That includes local files with the `include` attribute. To publish successfully, ensure that any included local files are also published. You can then `include` to reference these files as remote `include` is supported.
9393

9494
## Start an OCI artifact application
9595

0 commit comments

Comments
 (0)