Skip to content

Commit 907c694

Browse files
committed
update readme for ElasticSearch.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 8c392e9 commit 907c694

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ It's like Laravel Homestead but for Docker instead of Vagrant.
5050
- [Use Mongo](#Use-Mongo)
5151
- [Use phpMyAdmin](#Use-phpMyAdmin)
5252
- [Use pgAdmin](#Use-pgAdmin)
53+
- [Use ElasticSearch](#Use-ElasticSearch)
5354
- [PHP](#PHP)
5455
- [Install PHP Extensions](#Install-PHP-Extensions)
5556
- [Change the PHP-FPM Version](#Change-the-PHP-FPM-Version)
@@ -136,6 +137,7 @@ Let's see how easy it is to install `NGINX`, `PHP`, `Composer`, `MySQL` and `Red
136137
- Workspace (PHP7-CLI, Composer, Git, Node, Gulp, SQLite, Vim, Nano, cURL...)
137138
- phpMyAdmin
138139
- pgAdmin
140+
- ElasticSearch
139141

140142

141143
>If you can't find your Software, build it yourself and add it to this list. Contributions are welcomed :)
@@ -253,7 +255,7 @@ docker-compose up -d nginx mysql
253255

254256
You can select your own combination of Containers form the list below:
255257

256-
`nginx`, `hhvm`, `php-fpm`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `mongo`, `apache2`, `caddy`, `memcached`, `beanstalkd`, `beanstalkd-console`, `rabbitmq`, `workspace`, `phpmyadmin`, `aerospike`, `pgadmin`.
258+
`nginx`, `hhvm`, `php-fpm`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `mongo`, `apache2`, `caddy`, `memcached`, `beanstalkd`, `beanstalkd-console`, `rabbitmq`, `workspace`, `phpmyadmin`, `aerospike`, `pgadmin`, `elasticsearch`.
257259

258260

259261
**Note**: `workspace` and `php-fpm` will run automatically in most of the cases, so no need to specify them in the `up` command.
@@ -741,6 +743,19 @@ docker-compose up -d postgres pgadmin
741743
2 - Open your browser and visit the localhost on port **5050**: `http://localhost:5050`
742744

743745

746+
<br>
747+
<a name="Use-ElasticSearch"></a>
748+
### Use ElasticSearch
749+
750+
1 - Run the ElasticSearch Container (`elasticsearch`) with the `docker-compose up` command. Example:
751+
752+
```bash
753+
docker-compose up -d elasticsearch
754+
```
755+
756+
2 - Open your browser and visit the localhost on port **9200**: `http://localhost:9200`
757+
758+
744759
<br>
745760
<a name="PHP"></a>
746761

0 commit comments

Comments
 (0)