add missing info to the readme
This commit is contained in:
parent
5c0e55204e
commit
781f5ff972
@ -229,6 +229,8 @@ Note: In this case the folder structure will be like this (recommended):
|
|||||||
- laradock
|
- laradock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
**B)** If you don't have a Laravel project, and you want to install Laravel from Docker, clone this repo anywhere on your machine:
|
**B)** If you don't have a Laravel project, and you want to install Laravel from Docker, clone this repo anywhere on your machine:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -243,6 +245,7 @@ Note: In this case the folder structure will be like this:
|
|||||||
- project2
|
- project2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**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".
|
||||||
|
|
||||||
<a name="Usage"></a>
|
<a name="Usage"></a>
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -291,9 +291,6 @@ services:
|
|||||||
image: tianon/true
|
image: tianon/true
|
||||||
volumes:
|
volumes:
|
||||||
- ../:/var/www/laravel
|
- ../:/var/www/laravel
|
||||||
# Demonstration of how to mount multiple sites
|
|
||||||
# - ../../site_a/:/var/www/site_a
|
|
||||||
# - ../../site_b/:/var/www/site_b
|
|
||||||
|
|
||||||
### Databases Data Container ################################
|
### Databases Data Container ################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user