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 <[email protected]> Authored: Thu Nov 3 18:04:47 2016 +0100 Committer: Benoit Tellier <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
