Skip to content

Commit

Permalink
OZ-742: Fixed Bahmni config overrides.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Jan 20, 2025
1 parent 1f4f2b6 commit 86a9c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-bahmniemr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
restart: unless-stopped
networks:
- ozone
command: ["sh", "-c", "rm -rf /etc/bahmni_config/masterdata/configuration && cp -r /usr/local/bahmni_config_override/bahmniemr_config/* /etc/bahmni_config/masterdata/openmrs && ./start.sh"]
command: ["sh", "-c", "rm -rf /etc/bahmni_config/masterdata/configuration && cp -r /usr/local/bahmni_config_override/bahmniemr_config/* /etc/bahmni_config/openmrs && ./start.sh"]

openmrs:
image: bahmni/openmrs:${OPENMRS_IMAGE_TAG:?}
Expand Down

0 comments on commit 86a9c66

Please sign in to comment.