From 7e600bef57b85f0ace327f19c543ee877c4b4dcd Mon Sep 17 00:00:00 2001 From: Bridget Almas Date: Fri, 5 Jul 2024 13:00:22 -0400 Subject: [PATCH] fixes error in image command for dspace-postgres-pgcrypto --- docker/db.entities.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/db.entities.yml b/docker/db.entities.yml index ae1ac77346d..b3cf5bd86f4 100644 --- a/docker/db.entities.yml +++ b/docker/db.entities.yml @@ -14,7 +14,7 @@ # # Therefore, it should be kept in sync with that file services: dspacedb: - image: dspace/dspace-postgres-pgcrypto::${DSPACE_VER:-latest}-loadsql + image: "${DOCKER_OWNER:-dspace}/dspace-postgres-pgcrypto:${DSPACE_VER:-latest}-loadsql" environment: # This LOADSQL should be kept in sync with the URL in DSpace/DSpace # This SQL is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data @@ -34,4 +34,4 @@ services: - | while (! /dev/null 2>&1; do sleep 1; done; /dspace/bin/dspace database migrate ignored - java -jar /dspace/webapps/server-boot.jar --dspace.dir=/dspace \ No newline at end of file + java -jar /dspace/webapps/server-boot.jar --dspace.dir=/dspace