Skip to content

Commit

Permalink
Merge branch '1.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jun 4, 2017
2 parents c9d8975 + 34b9fca commit 9003d96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion doc/docker-compose/README.md
Expand Up @@ -10,7 +10,7 @@

## Overview

This setup requires Docker Compose 1.7 or higher, and Docker 1.10 or higher. Defaults are set in `.env`, and
This setup requires Docker Compose 1.9 or higher, and Docker 1.12 or higher. Defaults are set in `.env`, and
files to ignore are set in `.dockerignore`. By default `.env` specifies that production image is built and setup for use.
_**NB:** For this and other reasons all docker-compose commands **must** be executed from root of your project directory._

Expand Down
2 changes: 0 additions & 2 deletions doc/docker-compose/solr.yml
@@ -1,8 +1,6 @@
version: '2.1'
# Solr config, to be appended after base-prod or base-dev, ..., but before selenium.yml
#
# This service will migrate to use offical Solr image and use entrypoint once Solr bundle supports SOLR6+.
#
# NOTE: You'll need to manually reindex the solr index when booting this as we don't have entrypoint for solr yet.
# (Unless you use ezplatform:install command which indexes for you)

Expand Down

0 comments on commit 9003d96

Please sign in to comment.