79161474

Date: 2024-11-06 06:06:19
Score: 0.5
Natty:
Report link

Try checking a database name exists under the name keycloak. The database endpoint you used jdbc:postgresql://qg_cms-db/keycloak says keycloak. I'm assuming you already created database called keycloak or your initial script does it (docker-entrypoint-initdb.d). But if it doesn't, the endpoint is pointing to a database that does not exist.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Kikito