You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To configure the database port for a self-hosted Dify version 1.0.0-beta.1 using Docker, you should use the EXPOSE_POSTGRES_PORT parameter in the environment file. You can set it like this:
EXPOSE_POSTGRES_PORT=5432
This will specify the host port that will be exposed for the PostgreSQL database service. You can change 5432 to any other port number you wish to use [1].
Self Checks
Dify version
1.0.0-beta.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Port 5432 is reused, and the parameter EXPOSE_DB_PORT is not configured in the env file.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: