Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 355 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 355 Bytes

Docker Development Environment

Mysql - Phpmyadmin

How to create phpmyadmin Docker. I have experienced Docker and I wanted to share it with you.

.env.example the example file as .env

closing the used port

- lsof -i : "PORT"  
- kill "PID" 
- docker-compose up -d

What Have I Installed for This Docker

  • Mysql
  • phpmyadmin