diff --git a/docker/HOW_TO_USE_DOCKER.md b/docker/HOW_TO_USE_DOCKER.md index 7a47811f..12c94e72 100644 --- a/docker/HOW_TO_USE_DOCKER.md +++ b/docker/HOW_TO_USE_DOCKER.md @@ -7,8 +7,8 @@ Use the Dockerized version of AnythingLLM for a much faster and complete startup ## How to install - `git clone` this repo and `cd anything-llm` to get to the root directory. +- `yarn setup` - `cd docker/` -- `cp .env.example .env` to create the `.env` file. - Edit `.env` file and update the variables - `docker-compose up -d --build` to build the image - this will take a few moments. diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index df323cc2..d9972426 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -1,5 +1,7 @@ version: '3.9' +name: anythingllm + networks: anything-llm: driver: bridge