Skip to content

Commit

Permalink
Fix directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed May 14, 2024
1 parent 6617bd1 commit d555ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/self-hosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Copy the template and update the appropriate environment variables before
launching the service.

```bash
cd honcho/api
cd honcho
cp docker-compose.yml.example docker-compose.yml
[ update the file with openai key and other wanted environment variables ]
docker compose up
```
```

0 comments on commit d555ed8

Please sign in to comment.