Update docs to use docker compose v2 (#4471)

* Update setup.md

Change "docker-compose" command to "docker compose" to avoid future issues with running the Docker method (`docker-compose` is v1 and is outdated, is not a recognized command with newer versions of Docker engine)

* Update usage.md

* Update comment in docker-compose.yml

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
kerta1n
2023-07-06 13:11:43 -07:00
committed by GitHub
parent 2fcd91b765
commit e0882955e3
3 changed files with 13 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
# To boot the app run the following:
# docker-compose run auto-gpt
# NOTE: Version 3.9 requires at least docker-compose version 1.29.0 !
# docker compose run auto-gpt
# NOTE: Version 3.9 requires at least Docker Compose version 2 and Docker Engine version 20.10.13!
version: "3.9"
services: