Skip to content

rromulos/docker-mysql-phpmyadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-mysql-phpmyadmin

Provide an image of mysql and phpmyadmin

Starting MYSQL image

  • docker-compose up -d mysql

Starting PHPMYADMIN image

  • docker-compose up -d phpmyadmin

Starting both at the same time

  • docker-compose up -d

Acessing PHPMYADMIN

  • localhost:8080
  • host: mysql
  • user: root
  • password: value informed in the MYSQL_ROOT_PASSWORD property of the docker-compose file

About

Provide an image of mysql and phpmyadmin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published