Skip to content

Commit 781f5ff

Browse files
committed
add missing info to the readme
1 parent 5c0e552 commit 781f5ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ Note: In this case the folder structure will be like this (recommended):
229229
- laradock
230230
```
231231

232+
<br>
233+
232234
**B)** If you don't have a Laravel project, and you want to install Laravel from Docker, clone this repo anywhere on your machine:
233235

234236
```bash
@@ -243,6 +245,7 @@ Note: In this case the folder structure will be like this:
243245
- project2
244246
```
245247

248+
**Note:** if you are using this folder structure don't forget to edit the `docker-compose.yml` file to map to your Laravel directory once you have it (example: `- ../project1/:/var/www/laravel`). "You will need to stop and re-run your docker-compose command for the changes to take place".
246249

247250
<a name="Usage"></a>
248251
## Usage

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@ services:
291291
image: tianon/true
292292
volumes:
293293
- ../:/var/www/laravel
294-
# Demonstration of how to mount multiple sites
295-
# - ../../site_a/:/var/www/site_a
296-
# - ../../site_b/:/var/www/site_b
297294

298295
### Databases Data Container ################################
299296

0 commit comments

Comments
 (0)