You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [Add more Software's (Docker Images)](#Add-Docker-Images)
44
+
- [Add more Software (Docker Images)](#Add-Docker-Images)
45
45
- [View the Log files](#View-the-Log-files)
46
46
- [Laravel](#Laravel):
47
47
- [Install Laravel from a Docker Container](#Install-Laravel)
@@ -97,7 +97,7 @@ Let's see how easy it is to install `NGINX`, `PHP`, `Composer`, `MySQL` and `Red
97
97
98
98
- Easy switch between PHP versions: 7.0, 5.6, 5.5...
99
99
- Choose your favorite database engine: MySQL, Postgres, MariaDB...
100
-
- Run your own combination of software's: Memcached, HHVM, Beanstalkd...
100
+
- Run your own combination of software: Memcached, HHVM, Beanstalkd...
101
101
- Every software runs on a separate container: PHP-FPM, NGINX, PHP-CLI...
102
102
- Easy to customize any container, with simple edit to the `dockerfile`.
103
103
- All Images extends from an official base Image. (Trusted base Images).
@@ -111,7 +111,7 @@ Let's see how easy it is to install `NGINX`, `PHP`, `Composer`, `MySQL` and `Red
111
111
112
112
113
113
<aname="Supported-Containers"></a>
114
-
### Supported Software's (Containers)
114
+
### Supported Software (Containers)
115
115
116
116
-**Database Engines:**
117
117
- MySQL
@@ -464,7 +464,7 @@ You might use the `--no-cache` option if you want full rebuilding (`docker-compo
464
464
465
465
<br>
466
466
<a name="Add-Docker-Images"></a>
467
-
### Add more Software's (Docker Images)
467
+
### Add more Software (Docker Images)
468
468
469
469
To add an image (software), just edit the `docker-compose.yml` and add your container details, to do so you need to be familiar with the [docker compose file syntax](https://docs.docker.com/compose/compose-file/).
0 commit comments