Skip to content

Commit

Permalink
UPDATE: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sushidelivery committed Jan 19, 2024
1 parent b28cc71 commit 52d01f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ cd TTool-ai/
```
Run Docker Compose to build the project in the background:
```bash
docker-compose up -d
docker compose up -d
```
Run Docker Compose to build the project in the foreground:
```bash
docker-compose up
docker compose up
```

### Check the status of the containers:

```bash
docker-compose ps -a
docker compose ps -a
```
### Access the Service:
Once everything is up and running, you can access the FastAPI interface at:
Expand Down

0 comments on commit 52d01f5

Please sign in to comment.