You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiencing an ongoing issue where the phpMyAdmin Docker container consistently goes down.
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.
The text was updated successfully, but these errors were encountered:
Experiencing an ongoing issue where the phpMyAdmin Docker container consistently goes down.
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.
The text was updated successfully, but these errors were encountered: