mirror of https://github.com/langgenius/dify.git
docs: use docker compose command consistently in README (#33077)
Co-authored-by: Contributor <contributor@example.com>
This commit is contained in:
parent
0aef09d630
commit
cbb19cce39
|
|
@ -133,7 +133,7 @@ Star Dify on GitHub and be instantly notified of new releases.
|
||||||
|
|
||||||
### Custom configurations
|
### Custom configurations
|
||||||
|
|
||||||
If you need to customize the configuration, please refer to the comments in our [.env.example](docker/.env.example) file and update the corresponding values in your `.env` file. Additionally, you might need to make adjustments to the `docker-compose.yaml` file itself, such as changing image versions, port mappings, or volume mounts, based on your specific deployment environment and requirements. After making any changes, please re-run `docker-compose up -d`. You can find the full list of available environment variables [here](https://docs.dify.ai/getting-started/install-self-hosted/environments).
|
If you need to customize the configuration, please refer to the comments in our [.env.example](docker/.env.example) file and update the corresponding values in your `.env` file. Additionally, you might need to make adjustments to the `docker-compose.yaml` file itself, such as changing image versions, port mappings, or volume mounts, based on your specific deployment environment and requirements. After making any changes, please re-run `docker compose up -d`. You can find the full list of available environment variables [here](https://docs.dify.ai/getting-started/install-self-hosted/environments).
|
||||||
|
|
||||||
#### Customizing Suggested Questions
|
#### Customizing Suggested Questions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue