MustafaCelal opened a new pull request, #151: URL: https://github.com/apache/roller/pull/151
Description: This PR corrects a port mismatch in the Dockerfile that prevents the Apache Roller auto-installer from connecting to the database during the bootstrap process. Changes: Updated DATABASE_HOST from postgresql:5434 to postgresql:5432 to match the default PostgreSQL port and the configuration in docker-compose.yml. Reasoning: The previous configuration pointed to port 5434, while the docker-compose.yml and standard PostgreSQL images use port 5432. This discrepancy leads to an "Unknown Error" because the application cannot determine the database status or bootstrap itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
