mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
update docker instructions and dockerfile container name
This commit is contained in:
parent
3f5b419601
commit
3b85c196e9
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
version: '3.9'
|
||||
|
||||
name: anythingllm
|
||||
|
||||
networks:
|
||||
anything-llm:
|
||||
driver: bridge
|
||||
|
|
Loading…
Add table
Reference in a new issue