Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bahmni-standard pacs does not initialise on docker on Windows #98

Open
apmarlton opened this issue Sep 23, 2024 · 0 comments
Open

bahmni-standard pacs does not initialise on docker on Windows #98

apmarlton opened this issue Sep 23, 2024 · 0 comments

Comments

@apmarlton
Copy link

This is caused by there being no PWD environment variable in windows. This is used in the docker-compose.yml file. As init_pacs_dbs.sh cannot be found, it is created as an empty directory in docker-entrypoint-initdb.d in the container.

Replace
- '${PWD}/init_pacs_dbs.sh:/docker-entrypoint-initdb.d/init_pacs_dbs.sh'
in the bahmni-standard\docker-compose.yml file with
- './init_pacs_dbs.sh:/docker-entrypoint-initdb.d/init_pacs_dbs.sh'

There may be partial initialisation of the database which will mean the volume bahmni-standard_pacsdbdata will need to be deleted and recreated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant