Skip to content

Commit

Permalink
docs: replace docker-compose with docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Nov 11, 2024
1 parent e6e4737 commit aeee5ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classic/original_autogpt/.devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To boot the app run the following:
# docker-compose run auto-gpt
# docker compose run auto-gpt
version: '3.9'

services:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/classic/share-your-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To print out debug logs:

.\autogpt.bat --debug # on Windows

docker-compose run --rm auto-gpt --debug # in Docker
docker compose run --rm auto-gpt --debug # in Docker
```

## Inspect and share logs
Expand Down
2 changes: 1 addition & 1 deletion docs/content/platform/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can check if you have Docker installed by running the following command:

```bash
docker -v
docker-compose -v
docker compose -v
```

Once you have Docker and Docker Compose installed, you can proceed to the next step.
Expand Down

0 comments on commit aeee5ae

Please sign in to comment.