From 07a770164b37716748aca1f19340cce48233229b Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Wed, 15 Feb 2017 12:19:35 +0100 Subject: [PATCH] Fix make doc (#1244) --- Makefile | 2 +- docker-compose.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96feba5c79..16c234209d 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ test: .PHONY: doc doc: - ${RUN_ENV} phpdoc run -d lib/ -t build/docs + ${RUN_ENV} phpdoc run -d lib/ -t build/docs --template=/root/composer/vendor/phpdocumentor/phpdocumentor/data/templates/clean # Uses the preconfigured standards in .php_cs .PHONY: lint diff --git a/docker-compose.yml b/docker-compose.yml index 6250c246eb..3bd15bddc2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,6 +9,7 @@ elastica: environment: - ES_HOST=elasticsearch - PROXY_HOST=nginx + elasticsearch: build: ./env/elasticsearch/ #image: ruflin/elasticsearch-elastica