You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> To login PHPMyAdmin use `MYSQL_USER`, `MYSQL_PASSWORD` inside `.env` file. If you want to change the username and password you can do it from `.env` file.
108
-
> `.env.` الموجودة داخل ملف MYSQL تحتاج لاسم مستخدم وكلمة مرور, تستطيع استخدام نفس كلمة مرور PHPMyAdmin للدخول صفحة
128
+
> To access PHPMyAdmin you need username and password, you can use `MYSQL_USER`, `MYSQL_PASSWORD` from `.docker.env` file.
129
+
130
+
> Note: If you want to update/change the username and password inside `.docker.env`, don't forget to run `./commands rebuild`
131
+
132
+
> `.docker.env` تحتاج لاسم المستخدم وكلمة المرور الموجوده داخل ملف PHPMyAdmin للدخول صفحة
109
133
110
-
## Commands Tips 💡🐳
134
+
## Useful Commands 💡🐳
111
135
112
136
Inside `commands` shell file, you can fine many useful commands to speedup your workflow. Lets see how to use them:
113
137
114
-
> داخل ملف الاومر يوجد من الاومر الجاهزة ومختصره لتسريع عملك اثناء التطوير
0 commit comments