Skip to content

Commit de8cbb0

Browse files
committed
simple updates to docker compose and readme
1 parent 5190da8 commit de8cbb0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Cannot find your container! we would love to have it as well. Consider contribut
139139
git clone https://github.com/LaraDock/laradock.git docker
140140
```
141141

142-
Instead of `git clone` you can use `git submodule add` in case you are already using Git for your Laravel project *(Recommended)*:
142+
You can use `git submodule add` instead of `git clone` if you are already using Git for your Laravel project *(Recommended)*:
143143

144144
```bash
145145
git submodule add https://github.com/LaraDock/laradock.git docker
@@ -154,7 +154,7 @@ git submodule add https://github.com/LaraDock/laradock.git docker
154154
## Usage
155155

156156
0 - For **Windows & MAC** users only: make sure you have a running Docker Virtual Host on your machine.
157-
(**Linux** users don't need a Virtual Host, so skip this step)
157+
(**Linux** users don't need a Virtual Host, so skip this step).
158158
<br>
159159
[How to run a Docker Virtual Host?](#Run-Docker-Virtual-Host)
160160

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: '2'
2+
23
services:
34

45
### Nginx Server Container ##################################

0 commit comments

Comments
 (0)