@@ -87,7 +87,8 @@ docker-compose up nginx mysql redis
8787- Memcached
8888- Beanstalkd
8989- Beanstalkd Console
90- - Data Volume
90+ - Data Volume * (Databases Data Container)*
91+ - Application * (Application Code Container)*
9192- Workspace (includes: ` Git ` , ` Vim ` , ` nano ` , ` PHP-CLI 7.0 ` , ` cURL ` )
9293
9394> If you can't find your container, build it yourself and add it to this list. Contributions are welcomed :)
@@ -186,21 +187,15 @@ DB_HOST=xxx.xxx.xxx.xxx
186187<br >
187188* Make sure you are in the ` docker ` folder before running the ` docker-compose ` command.*
188189
189- > Running PHP-FPM, NGINX, MySQL, Redis and the Data Containers :
190+ ** Example: ** Running NGINX, MySQL, Redis and the workspace :
190191
191192``` bash
192- docker-compose up -d nginx mysql redis
193+ docker-compose up -d nginx mysql redis Workspace
193194```
195+ * Note: the PHP-FPM, Application and Data Containers will automatically run.*
194196
195- Note: you can choose your own combination of software's (containers), another example:
196197
197- > Running PHP-FPM, NGINX, Postgres, Memcached and the Data Containers:
198-
199- ``` bash
200- docker-compose up -d nginx postgres memcached
201- ```
202-
203- Supported Containers: ` nginx ` , ` mysql ` , ` redis ` , ` postgres ` , ` mariadb ` , ` memcached ` , ` beanstalkd ` , ` beanstalkd-console ` , ` data ` , ` php-fpm ` , ` workspace ` .
198+ Supported Containers: ` nginx ` , ` workspace ` , ` mysql ` , ` redis ` , ` postgres ` , ` mariadb ` , ` memcached ` , ` beanstalkd ` , ` beanstalkd-console ` , ` data ` , ` php-fpm ` , ` application ` .
204199
205200<br >
2062013 - Open your browser and visit your ` {Docker-IP} ` address (` http://xxx.xxx.xxx.xxx ` ).
0 commit comments