add directions for editing with docker env files

doc/add-env-file-directions
chenhe 2024-05-09 22:39:06 +08:00
parent 769350c0ee
commit 6cc7c81f88
1 changed files with 10 additions and 0 deletions

View File

@ -74,3 +74,13 @@ docker compose up -d
### Access Dify
Finally, access [http://localhost/install](http://localhost/install) to use the deployed Dify.
### Customize Dify
The full set of environment variables can be found under docker/dotenvs. To change their values, delete the `.example` suffix from the corresponding `.env.example` file name and edit the values in file directly. Then, restart Dify with:
```
docker compose down
docker compose up -d
```