Commit 4fe15ad5 authored by Mahmoud Zalt's avatar Mahmoud Zalt

update docs

parent 146f8ea6
...@@ -267,7 +267,7 @@ git clone https://github.com/LaraDock/laradock.git ...@@ -267,7 +267,7 @@ git clone https://github.com/LaraDock/laradock.git
2 - Edit the `docker-compose.yml` file to map to your projects directories: 2 - Edit the `docker-compose.yml` file to map to your projects directories:
``` ```
volumes_source: applications:
image: tianon/true image: tianon/true
volumes: volumes:
- ../project1/:/var/www/project1 - ../project1/:/var/www/project1
...@@ -421,8 +421,6 @@ docker-compose stop {container-name} ...@@ -421,8 +421,6 @@ docker-compose stop {container-name}
docker-compose down docker-compose down
``` ```
*Note: Careful with this command as it will delete your Data Volume Container as well. (if you want to keep your Database data than you should stop each container by itself as follow):*
...@@ -798,7 +796,7 @@ Since the new Laravel application is in the `my-cool-app` folder, we need to rep ...@@ -798,7 +796,7 @@ Since the new Laravel application is in the `my-cool-app` folder, we need to rep
```yaml ```yaml
application: application:
build: ./application image: tianon/true
volumes: volumes:
- ../my-cool-app/:/var/www - ../my-cool-app/:/var/www
... ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment