Skip to content

Commit ad0a893

Browse files
authored
Update README.md
1 parent 42b319a commit ad0a893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Next, navigate in your terminal to the directory you cloned this, and spin up th
99

1010
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).
1111

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+
1214
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:
1315

1416
- **nginx** - `:80`

0 commit comments

Comments
 (0)