Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXPOSE_DB_PORT is not configured in the env file. #13407

Open
5 tasks done
AAEE86 opened this issue Feb 8, 2025 · 1 comment · May be fixed by #14517
Open
5 tasks done

EXPOSE_DB_PORT is not configured in the env file. #13407

AAEE86 opened this issue Feb 8, 2025 · 1 comment · May be fixed by #14517
Labels
🐞 bug Something isn't working

Comments

@AAEE86
Copy link
Contributor

AAEE86 commented Feb 8, 2025

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

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

@dosubot dosubot bot added the 🐞 bug Something isn't working label Feb 8, 2025
Copy link

dosubot bot commented Feb 8, 2025

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

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@crazywoola crazywoola added this to the 1.0.0 Marketplace milestone Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants