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 d168acdd998e4ebd28b24ed607aafdc9463241a6 Author: Benoit Tellier <[email protected]> AuthorDate: Wed Jun 23 11:28:23 2021 +0700 JAMES-3603 Fix README 'Try james' link to the docker-compose --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c39c02c..d20237a 100644 --- a/README.adoc +++ b/README.adoc @@ -69,7 +69,7 @@ All those three components will be started with a single command. You can retrieve the docker-compose file : - $ 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]
