Commit de8cbb06 authored by Mahmoud Zalt's avatar Mahmoud Zalt

simple updates to docker compose and readme

parent 5190da83
...@@ -139,7 +139,7 @@ Cannot find your container! we would love to have it as well. Consider contribut ...@@ -139,7 +139,7 @@ Cannot find your container! we would love to have it as well. Consider contribut
git clone https://github.com/LaraDock/laradock.git docker git clone https://github.com/LaraDock/laradock.git docker
``` ```
Instead of `git clone` you can use `git submodule add` in case you are already using Git for your Laravel project *(Recommended)*: You can use `git submodule add` instead of `git clone` if you are already using Git for your Laravel project *(Recommended)*:
```bash ```bash
git submodule add https://github.com/LaraDock/laradock.git docker git submodule add https://github.com/LaraDock/laradock.git docker
...@@ -154,7 +154,7 @@ git submodule add https://github.com/LaraDock/laradock.git docker ...@@ -154,7 +154,7 @@ git submodule add https://github.com/LaraDock/laradock.git docker
## Usage ## Usage
0 - For **Windows & MAC** users only: make sure you have a running Docker Virtual Host on your machine. 0 - For **Windows & MAC** users only: make sure you have a running Docker Virtual Host on your machine.
(**Linux** users don't need a Virtual Host, so skip this step) (**Linux** users don't need a Virtual Host, so skip this step).
<br> <br>
[How to run a Docker Virtual Host?](#Run-Docker-Virtual-Host) [How to run a Docker Virtual Host?](#Run-Docker-Virtual-Host)
......
version: '2' version: '2'
services: services:
### Nginx Server Container ################################## ### Nginx Server Container ##################################
......
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