Having issues deploying using docker #534

Closed
opened 2026-02-21 17:27:28 -05:00 by yindo · 1 comment
Owner

Originally created by @shahed-swe on GitHub (Sep 25, 2023).

Provide a description of the help you need

I am trying to install the server using docker but after installation while I try to login with the registered email it's not working and showing unauthorised.

Originally created by @shahed-swe on GitHub (Sep 25, 2023). ### Provide a description of the help you need I am trying to install the server using docker but after installation while I try to login with the registered email it's not working and showing unauthorised.
yindo closed this issue 2026-02-21 17:27:28 -05:00
Author
Owner

@crazywoola commented on GitHub (Sep 26, 2023):

From the information you provided, guess you are using the CE. And you have problem with the password. You can reset password using the following command.

docker exec -it docker-api-1 flask reset-password

It's the same with source code except the docker exec part. See this doc for details.

@crazywoola commented on GitHub (Sep 26, 2023): From the information you provided, guess you are using the CE. And you have problem with the password. You can reset password using the following command. ``` docker exec -it docker-api-1 flask reset-password ``` It's the same with source code except the docker exec part. See this [doc](https://docs.dify.ai/getting-started/faq/install-faq#1.-how-to-reset-the-password-if-the-local-deployment-initialization-fails-with-an-incorrect-password) for details.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#534