Skip to content

viruskizz/42bangkok-inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

42Bangkok - Inception

The docker container project. There are multiple containers in single project. Run all services in application with docker-compose.

Resources

command

make up

Database Part

Check config

cat /etc/mysql/mariadb.conf.d/50-server.cnf | grep bind-address

check network

telnet 127.0.0.1 3360

access db from remote

mysql -h 127.0.0.1 -P 3306 -u root -p