After followed the official docker installation steps, then
docker exec -it yy_erpnext-python_1 bash
bench --site xxx mariadb
bench console works perfectly.
Anyone can help to make the bench mariadb works in container also?
thanks.
After followed the official docker installation steps, then
docker exec -it yy_erpnext-python_1 bash
bench --site xxx mariadb
bench console works perfectly.
Anyone can help to make the bench mariadb works in container also?
thanks.
try
docker exec -it yy_erpnext-python_1 bench --site xxx mariadb
or just exec into mysql container directly with root access.