Skip to content

Commit

Permalink
make local solr container build default
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbyzation authored and amercader committed Mar 6, 2018
1 parent 52e7005 commit 2a393cf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions contrib/docker/docker-compose.yml
Expand Up @@ -16,8 +16,6 @@ services:
image: ckan/postgresql:latest
solr:
container_name: solr
image: ckan/solr:latest
# To build locally, remove the image reference above and uncommend this:
# build:
# context: ../../
# dockerfile: contrib/docker/solr/Dockerfile
build:
context: ../../
dockerfile: contrib/docker/solr/Dockerfile

0 comments on commit 2a393cf

Please sign in to comment.