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.