From fbbed5946fdc4af697b419d48112b0a7f370a925 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Tue, 1 Nov 2022 16:51:30 -0400 Subject: [PATCH] fixed ASFS docker image path --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b3f8e48..a7ae50e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: - shared-file-store shared-file-store: - image: alfresco/alfresco-shared-file-store:${ASFS_TAG} + image: quay.io/alfresco/alfresco-shared-file-store:${ASFS_TAG} volumes: - shared-file-store-volume:/tmp/Alfresco/sfs