From 2a2417cea3a23479cfc6512073a5a516d0239061 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Sat, 24 Oct 2020 16:33:18 +0100 Subject: [PATCH] OPSEXP-517: Update references to acs-community-deployment to acs-deployment (#1117) (cherry picked from commit 47de286a5e0bec21f30c7bcf79bdde3a7172ed77) --- README.md | 2 +- tests/environment/docker-compose-minimal+transforms.yml | 2 +- tests/environment/docker-compose-minimal.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bad17299..42778de51 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For testing locally: 4. Check that the image has been created locally with your desired name/tag: ```docker images``` ### Docker-compose & Kubernetes -Use the deployment project if you want the sample docker-compose or helm: https://github.com/Alfresco/acs-community-deployment +Use the deployment project if you want the sample docker-compose or helm: https://github.com/Alfresco/acs-deployment ## Distribution zip In this folder the distribution zip is build. It contains all the war files, libraries, certificates and settings files you need to deploy Alfresco Content Services Community on the supported application servers. diff --git a/tests/environment/docker-compose-minimal+transforms.yml b/tests/environment/docker-compose-minimal+transforms.yml index 4d0cc3542..e3da774c1 100644 --- a/tests/environment/docker-compose-minimal+transforms.yml +++ b/tests/environment/docker-compose-minimal+transforms.yml @@ -1,6 +1,6 @@ version: "3" -# The acs-community-deployment project contains the product version of docker-compose. +# The acs-deployment project contains the product version of docker-compose. # # This version is for testing and development use. For testing and debug we need to have a more open version. # For remote debug we need the CATALINA_OPTS and to expose port 8000. diff --git a/tests/environment/docker-compose-minimal.yml b/tests/environment/docker-compose-minimal.yml index 94ef43032..dcae61362 100644 --- a/tests/environment/docker-compose-minimal.yml +++ b/tests/environment/docker-compose-minimal.yml @@ -1,6 +1,6 @@ version: "3" -# The acs-community-deployment project contains the product version of docker-compose. +# The acs-deployment project contains the product version of docker-compose. # # This version is for testing and development use. For testing and debug we need to have a more open version. # For remote debug we need the CATALINA_OPTS and to expose port 8000.