mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
refactor(platform): Update docker compose file names (#8135)
* update docker compose file names * update docs
This commit is contained in:
@@ -116,8 +116,8 @@ To run the server, navigate back to rnd (cd..) and run the following commands in
|
||||
|
||||
```bash
|
||||
cp supabase/docker/.env.example .env
|
||||
docker compose -f docker-compose.combined.yml build
|
||||
docker compose -f docker-compose.combined.yml up -d
|
||||
docker compose build
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
In the other terminal from frontend, you can run the following command to start the frontend:
|
||||
|
||||
Reference in New Issue
Block a user