Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,22 @@ docker compose down

---

> Note: If on your first, run, when you type `docker compose up` instead of properly running you see:
>
> ```
> unknown shorthand flag: 'f' in -f
> See 'docker --help'
> ```
>
> It is possible you have [Docker Compose Standalone ](https://docs.docker.com/compose/install/standalone/) installed,
> in which case you need to instead do:
>
> ```
> docker-compose up

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont use docker-compose its the old version of docker

> ```
>
> (note the added dash/minus character between docker and compose).

### Install LlamaGPT with Kubernetes

First, make sure you have a running Kubernetes cluster and `kubectl` is configured to interact with it.
Expand Down