This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 00025866dc9dbccc694d2c26f33dbee2bd59196a Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Sat May 29 14:01:57 2021 +0700 JAMES-3261 Expose volumes for the memory image with JIB --- server/container/guice/memory-guice/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/container/guice/memory-guice/pom.xml b/server/container/guice/memory-guice/pom.xml index 0f55647..85bfcdf 100644 --- a/server/container/guice/memory-guice/pom.xml +++ b/server/container/guice/memory-guice/pom.xml @@ -318,6 +318,12 @@ <jvmFlag>-Dworking.directory=/root/</jvmFlag> </jvmFlags> <creationTime>USE_CURRENT_TIMESTAMP</creationTime> + <volumes> + <volume>/logs</volume> + <volume>/root/conf</volume> + <volume>/root/glowroot/plugins</volume> + <volume>/root/glowroot/data</volume> + </volumes> </container> <extraDirectories> <paths> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org