Skip to content

Commit

Permalink
fix: docker compose file names
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed Sep 25, 2024
1 parent a536875 commit 015be87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ const facts = searchResponse.results?.map(result => result.fact);
Please see the [Zep Quick Start Guide](https://help.getzep.com/ce/quickstart) for important configuration information.

```bash
docker compose -f docker-compose.ce.yml pull
docker compose -f docker-compose.ce.yml up
docker compose -f docker-compose.ce.yaml pull
docker compose -f docker-compose.ce.yaml up
```

Looking for <a href="https://docs.getzep.com/deployment">other deployment options</a>?
Expand Down

0 comments on commit 015be87

Please sign in to comment.