File tree Expand file tree Collapse file tree
DOCUMENTATION/content/introduction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ It supports a variety of common services, all pre-configured to provide a ready
2121- Choose your favorite database engine: MySQL, Postgres, MariaDB...
2222- Run your own stack: Memcached, HHVM, RabbitMQ...
2323- Each software runs on its own container: PHP-FPM, NGINX, PHP-CLI...
24- - Easy to customize any container, with simple edit to the ` Dockerfile ` .
24+ - Easy to customize any container, with simple edits to the ` Dockerfile ` .
2525- All Images extends from an official base Image. (Trusted base Images).
2626- Pre-configured NGINX to host any code at your root directory.
2727- Can use Laradock per project, or single Laradock for all projects.
@@ -82,7 +82,7 @@ That's it! enjoy :)
8282> You can turn On/Off as many instances as you want without worrying about the configurations.
8383
8484> To run a chosen container from the list below, run `docker-compose up -d {container-name}`.
85- > The container name `{container-name}` is the same as its folder name. Example to run the "PHP FPM" container use the name "php-fpm".
85+ > The container name `{container-name}` is the same as its folder name. Example to run the "PHP FPM" container, use the name "php-fpm".
8686
8787- **Web Servers:**
8888 - NGINX
You can’t perform that action at this time.
0 commit comments