You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/08/01 03:39:18 UTC

[james-project] branch 3.7.x updated: [3.7.x] Update docker-compose sample - Remove entrypoint

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch 3.7.x
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/3.7.x by this push:
     new b0bfab4822 [3.7.x] Update docker-compose sample - Remove entrypoint
b0bfab4822 is described below

commit b0bfab48227177a35f1b66fdf83621e8c26b185b
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Fri Jul 29 10:45:15 2022 +0700

    [3.7.x] Update docker-compose sample - Remove entrypoint
---
 server/apps/cassandra-app/docker-compose.yml        | 1 -
 server/apps/distributed-app/docker-compose.yml      | 1 -
 server/apps/distributed-pop3-app/docker-compose.yml | 1 -
 3 files changed, 3 deletions(-)

diff --git a/server/apps/cassandra-app/docker-compose.yml b/server/apps/cassandra-app/docker-compose.yml
index 493d05e3f0..e805dc7e1d 100644
--- a/server/apps/cassandra-app/docker-compose.yml
+++ b/server/apps/cassandra-app/docker-compose.yml
@@ -7,7 +7,6 @@ services:
       - elasticsearch
       - cassandra
       - tika
-    entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar"
     image: apache/james:cassandra-latest
     container_name: james
     hostname: james.local
diff --git a/server/apps/distributed-app/docker-compose.yml b/server/apps/distributed-app/docker-compose.yml
index b206e5e650..f5a0c6e305 100644
--- a/server/apps/distributed-app/docker-compose.yml
+++ b/server/apps/distributed-app/docker-compose.yml
@@ -9,7 +9,6 @@ services:
       - tika
       - rabbitmq
       - s3
-    entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar"
     image: apache/james:distributed-latest
     container_name: james
     hostname: james.local
diff --git a/server/apps/distributed-pop3-app/docker-compose.yml b/server/apps/distributed-pop3-app/docker-compose.yml
index 6127f46b4b..f15280d6c3 100644
--- a/server/apps/distributed-pop3-app/docker-compose.yml
+++ b/server/apps/distributed-pop3-app/docker-compose.yml
@@ -9,7 +9,6 @@ services:
       - tika
       - rabbitmq
       - s3
-    entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar"
     image: apache/james:distributed-pop3-latest
     container_name: james
     hostname: james.local


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