iupui-soic / openemr

The most popular open source electronic health records and medical practice management solution.
https://open-emr.org/
GNU General Public License v3.0
0 stars 2 forks source link

phpMyAdmin Docker Container Crashes Repeatedly #18

Open madhurikokkalakonda opened 3 months ago

madhurikokkalakonda commented 3 months ago

Experiencing an ongoing issue where the phpMyAdmin Docker container consistently goes down. Screenshot 2024-04-17 153114

Steps to Reproduce: Log in with the user 'oemr'. Check the status of all containers using the command: docker ps -a. Identify if the phpMyAdmin container is running. If it is not running: Restart the phpMyAdmin container using the command: docker restart [phpMyAdmin container ID].

Expected Behavior: The phpMyAdmin container should be running without interruptions, ensuring continuous access for managing databases.