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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Next, navigate in your terminal to the directory you cloned this, and spin up th
9
9
10
10
After that completes, follow the steps from the[src/README.md](src/README.md) file to get your Laravel project added in (or create a new blank one).
11
11
12
+
**Note**: Your MySQL database host name should be`mysql`,**not**`localhost`. The username and database should both be`homestead` with a password of`secret`.
13
+
12
14
Bringing up the Docker Compose network with`app` instead of just using`up`, ensures that only our site's containers are brought up at the start, instead of all of the command containers as well. The following are built for our web server, with their exposed ports detailed: