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 5e1ecf3f61db27671fe8542ec142c0bc1dde95ea Author: Benoit Tellier <[email protected]> AuthorDate: Wed Jun 23 11:33:52 2021 +0700 JAMES-3603 Fix Antora 'Try distributed James with docker' docker-compose link --- docs/modules/servers/pages/distributed/run-docker.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/servers/pages/distributed/run-docker.adoc b/docs/modules/servers/pages/distributed/run-docker.adoc index 9245e4f..0ab651e 100644 --- a/docs/modules/servers/pages/distributed/run-docker.adoc +++ b/docs/modules/servers/pages/distributed/run-docker.adoc @@ -12,7 +12,7 @@ All those three components will be started with a single command. You can retrieve the docker-compose file : ( docker-compose file and james image name should be changed) - $ wget https://raw.githubusercontent.com/apache/james-project/master/dockerfiles/run/docker-compose.yml + $ wget https://raw.githubusercontent.com/apache/james-project/master/server/apps/distributed-app/docker-compose.yml Then, you just have to start the services: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
