From 8bff7656f6ae360f228c877f88c098b6214a8c41 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Fri, 20 May 2016 20:37:00 +0300 Subject: [PATCH] add neo4j support to the readme file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ab20b1..cd11f72f 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ docker-compose up nginx mysql redis - MySQL - PostgreSQL - MariaDB +- Neo4j - Redis - Memcached - Beanstalkd @@ -206,7 +207,7 @@ docker-compose up -d nginx mysql *Note: the PHP-FPM, Workspace, Application and Data Containers will automatically run.* -Supported Containers: `nginx`, `mysql`, `redis`, `postgres`, `mariadb`, `memcached`, `beanstalkd`, `beanstalkd-console`, `workspace`, `data`, `php-fpm`, `application`. +Supported Containers: `nginx`, `mysql`, `redis`, `postgres`, `mariadb`, `neo4j`, `memcached`, `beanstalkd`, `beanstalkd-console`, `workspace`, `data`, `php-fpm`, `application`.