Skip to content

Commit fccee52

Browse files
committed
update the readme
1 parent f3eb6a5 commit fccee52

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,26 +191,29 @@ git clone https://github.com/LaraDock/laradock.git
191191

192192

193193
1 - For **Windows & MAC** users only: If you are not using the native Docker-Engine `Beta`, make sure you have a running Docker Virtual Host on your machine.
194-
(**Linux** users don't need a Virtual Host, so skip this step).
195-
196194
[How to run a Docker Virtual Host?](#Run-Docker-Virtual-Host)
195+
(**Linux** users don't need a Virtual Host, so skip this step).
197196

198197

199198
<br>
200-
2 - Run the Containers, (you can select the containers that you wish to run)
201-
<br>
202-
*Make sure you are in the `laradock` folder before running the `docker-compose` command.*
199+
2 - Run some Containers: *(Make sure you are in the `laradock` folder before running the `docker-compose` commands).*
200+
201+
203202

204203
**Example:** Running NGINX and MySQL:
205204

206205
```bash
207206
docker-compose up -d nginx mysql
208207
```
209208

210-
*Note: the PHP-FPM, Workspace, Application and Data Containers will automatically run.*
209+
You can select your own combination of container form this list:
210+
211+
`nginx`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `mongo`, `memcached`, `beanstalkd`, `beanstalkd-console`, `workspace`, `data`, `php-fpm`, `application`.
212+
213+
214+
**Note**: `workspace`, `data`, `php-fpm` and `application` will run automatically in most of the cases.
211215

212216

213-
Supported Containers: `nginx`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `mongo`, `memcached`, `beanstalkd`, `beanstalkd-console`, `workspace`, `data`, `php-fpm`, `application`.
214217

215218

216219

0 commit comments

Comments
 (0)