Skip to content

Commit 95cb86f

Browse files
Update standalone.md (#20985)
updated missing command for the second point where executable permission is required for the standalone binary <!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Allie Sadler <[email protected]>
1 parent c9be6e2 commit 95cb86f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/manuals/compose/install/standalone.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ On this page you can find instructions on how to install Compose standalone on L
1919
$ curl -SL https://github.com/docker/compose/releases/download/{{% param "compose_version" %}}/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
2020
```
2121
2. Apply executable permissions to the standalone binary in the target path for the installation.
22-
3. Test and execute compose commands using `docker-compose`.
22+
```console
23+
$ chmod +x /usr/local/bin/docker-compose
24+
```
25+
3. Test and execute Compose commands using `docker-compose`.
2326

2427
> [!TIP]
2528
>

0 commit comments

Comments
 (0)