8000 GitHub - moshonk/bahmni-docker-1: Configuration required to build and run bahmni docker images
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

moshonk/bahmni-docker-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

8000 History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting the MySQL container

Set values for MYSQL_ROOT_PASSWORD and MYSQL_PASSWORD when starting the MySQL container. Both passwords are needed for the database initialisation.

export MYSQL_ROOT_PASSWORD=Admin123
export MYSQL_PASSWORD=User456
docker-compose up

Accessing the MySQL database from your host

Run this command to access the OpenMRS MySQL database from a terminal on your host machine:

mysql -h localhost -P 3306 --protocol=tcp -u <username> -p

About

Configuration required to build and run bahmni docker images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 66.8%
  • Dockerfile 33.2%
0