dcm4che-dockerfiles / dcm4chee-arc-psql

35 stars 50 forks source link

discrepancy in the doc for POSTGRES_DB #15

Closed a-ba closed 2 years ago

a-ba commented 2 years ago

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:

Caused by: org.postgresql.util.PSQLException: FATAL: database "pacs" does not exist

tested with 5.25.1

gunterze commented 2 years ago

Adjusted actual default value of ENV POSTGRES_DB to pacsdb