Closed a-ba closed 2 years ago
README.md states that the default value for POSTGRES_DB is pacsdb
pacsdb
However the variable is left unset in the image. At runtime dcm4chee uses pacs by default:
pacs
Caused by: org.postgresql.util.PSQLException: FATAL: database "pacs" does not exist
tested with 5.25.1
Adjusted actual default value of ENV POSTGRES_DB to pacsdb
README.md states that the default value for POSTGRES_DB is
pacsdb
However the variable is left unset in the image. At runtime dcm4chee uses
pacs
by default:tested with 5.25.1