Skip to content

Commit b3dea2e

Browse files
authored
Update content/manuals/compose/how-tos/oci-artifact.md
1 parent 34b9c33 commit b3dea2e

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
@@ -142,7 +142,7 @@ Do you want to continue? [y/N]: y
142142
Your compose stack "oci://registry.example.com/stack:latest" is stored in "~/Library/Caches/docker-compose/964e715660d6f6c3b384e05e7338613795f7dcd3613890cfa57e3540353b9d6d"
143143
```
144144

145-
The docker compose publish command supports non-interactive execution, allowing you to skip the confirmation prompt by including the `-y` (or `--yes`) flag:
145+
The `docker compose publish` command supports non-interactive execution, letting you skip the confirmation prompt by including the `-y` (or `--yes`) flag:
146146

147147
```console
148148
$ docker compose publish -y username/my-compose-app:latest

0 commit comments

Comments
 (0)