Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 237 Bytes

File metadata and controls

16 lines (13 loc) · 237 Bytes

Database

Start the Mysql Database and PhpMyAdmin usind docker.

docker-compose up

Acess the PhpMyAdmin at http://localhost:8081

  • Server Host: db
  • User: user
  • Password: P@ssw0rd

Stop the database

docker-compose down