refactor(platform): Update docker compose file names (#8135)

* update docker compose file names

* update docs
This commit is contained in:
Swifty
2024-09-23 11:10:56 +02:00
committed by GitHub
parent 612e7cfed5
commit 6718007d9b
5 changed files with 359 additions and 359 deletions

View File

@@ -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: