From de8cbb0605cbc1d57bed8f6f5e7242288f08767a Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Sun, 8 May 2016 15:21:59 +0300 Subject: [PATCH] simple updates to docker compose and readme --- README.md | 4 ++-- docker-compose.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7a29ee5..77d02525 100644 --- a/README.md +++ b/README.md @@ -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 ``` -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 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 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).
[How to run a Docker Virtual Host?](#Run-Docker-Virtual-Host) diff --git a/docker-compose.yml b/docker-compose.yml index cca43603..25b5ea5b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,5 @@ version: '2' + services: ### Nginx Server Container ##################################