Skip to content

tavoludra1/super-duper-carnival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super-duper-carnival

Proyecto laravel

This definition creates two containers, one for PHP and one for MariaDB. Code will attach to the PHP container, and from within that container the MariaDB container will be available on localhost port 3306. The MariaDB instance can be managed from the container's command line with:

mariadb -h localhost -P 3306  --protocol=tcp -u root --password=mariadb -D mariadb