Thank you both. I have been able to get it this running using docker compose up but I am seeing some issues.
-
I notice that this version of openemr will auto log me out sometimes. I am not sure about that yet as far as how to reporduce it since it seems quite random.
-
When I did a docker-compose down -v, I cant seem to be able to connect to the database after I run a docker-compose up.
- I get this error - Check that you can ping the server mysql.
- $GLOBALS[‘dbh’] is false
- $database->_connectionID is false
- and my mysql variables are correct
- mysql root root openemr 3306
I can also ping the mysql container from inside my openemr_local_development.
I can also get into the mysql container from the openemr_local_development container with this command
mysql -uroot -p