You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/12/09 18:01:33 UTC

[13/18] allura git commit: [#7907] ticket:873 Fix solr config mounting in docker

[#7907] ticket:873 Fix solr config mounting in docker


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/cfd0be75
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/cfd0be75
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/cfd0be75

Branch: refs/heads/in/7907
Commit: cfd0be75a09092c7fd6b1ee4971bda3ed2322639
Parents: c8df970
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Dec 9 17:42:36 2015 +0200
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Wed Dec 9 17:42:36 2015 +0200

----------------------------------------------------------------------
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/cfd0be75/docker-compose.yml
----------------------------------------------------------------------
diff --git a/docker-compose.yml b/docker-compose.yml
index f22a532..02fa2e4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -47,7 +47,7 @@ solr:
   ports:
     - "8983:8983"
   volumes:
-    - solr_config/allura:/opt/solr/server/solr/allura
+    - ./solr_config/allura:/opt/solr/server/solr/allura
     - /allura-data/solr:/opt/solr/server/solr/allura/data
 
 mongo: