You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2016/11/17 09:38:33 UTC

[3/9] james-project git commit: JAMES-1856 Allow one to customize configuration with default docker-compose

JAMES-1856 Allow one to customize configuration with default docker-compose


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2fb4458d
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2fb4458d
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/2fb4458d

Branch: refs/heads/master
Commit: 2fb4458d0b1562cbe8d1f5183b86f54f4e988b41
Parents: a14fd65
Author: Benoit Tellier <bt...@linagora.com>
Authored: Thu Nov 3 18:04:47 2016 +0100
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Thu Nov 17 15:26:18 2016 +0700

----------------------------------------------------------------------
 dockerfiles/run/guice/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/2fb4458d/dockerfiles/run/guice/Dockerfile
----------------------------------------------------------------------
diff --git a/dockerfiles/run/guice/Dockerfile b/dockerfiles/run/guice/Dockerfile
index 9171c3c..43b3485 100644
--- a/dockerfiles/run/guice/Dockerfile
+++ b/dockerfiles/run/guice/Dockerfile
@@ -26,5 +26,6 @@ ADD destination/james-server-cli-3.0.0-beta6-SNAPSHOT.lib /root/james-server-cli
 ADD destination/conf /root/conf
 
 VOLUME /logs
+VOLUME /root/conf
 
 ENTRYPOINT java -Dlogback.configurationFile=/root/conf/logback.xml -Dworking.directory=/root/ -jar james-server.jar 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org