From 8568232a978594d00b413fc47a4f3b3ef15066ba Mon Sep 17 00:00:00 2001
From: Andrea Ligios <11974750+andrea-ligios@users.noreply.github.com>
Date: Fri, 12 Feb 2021 10:22:31 +0100
Subject: [PATCH] Fixed the Enterprise image setting
---
docs/advanced-topics/working-with-enterprise/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/advanced-topics/working-with-enterprise/README.md b/docs/advanced-topics/working-with-enterprise/README.md
index 1a3646a7..0d67bf65 100644
--- a/docs/advanced-topics/working-with-enterprise/README.md
+++ b/docs/advanced-topics/working-with-enterprise/README.md
@@ -35,10 +35,10 @@ You'll need to update the following settings in the `pom.xml` file:
acs-packaging
```
-* Change the Docker ACS image name:
+* Change the Docker ACS image name (by also prepending the Enterprise Docker Registry, Quay.io):
```
-alfresco/alfresco-content-repository
+quay.io/alfresco/alfresco-content-repository
```
Changing these parameters instructs the project to use the proper maven dependencies and Docker images.