Skip to content

Commit 863e0c1

Browse files
committed
fix lint
1 parent b1ff63e commit 863e0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `oci://` prefix indicates that the Compose file should be pulled from an OCI
101101
$ docker compose -f oci://docker.io/username/my-compose-app:latest up
102102
```
103103

104-
To then run the Compose application, use the `docker compose up ` command with the `-f` flag pointing to your OCI artifact:
104+
To then run the Compose application, use the `docker compose up` command with the `-f` flag pointing to your OCI artifact:
105105

106106
```console
107107
$ docker compose -f oci://docker.io/username/my-compose-app:latest up

0 commit comments

Comments
 (0)