Need docker-compose
Start DB and adminpanel
npm start
Ctrl+C - for exit from logs
http://localhost:8765 - phpmyadmin
user: root pass: test
Stop containers
npm stop
Example docker-compose config for run MySQL mariaDB with phpmyadmin
Need docker-compose
Start DB and adminpanel
npm start
Ctrl+C - for exit from logs
http://localhost:8765 - phpmyadmin
user: root pass: test
Stop containers
npm stop