update docker instructions and dockerfile container name

This commit is contained in:
timothycarambat 2023-09-30 15:10:27 -07:00
parent 3f5b419601
commit 3b85c196e9
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -1,5 +1,7 @@
version: '3.9'
name: anythingllm
networks:
anything-llm:
driver: bridge