Skip to content

Commit ddbcfa0

Browse files
authored
Merge pull request #3166 from balmas/docker-entities-fix
fixes image path for dspace-postgres-pgcrypto
2 parents c6ee4a4 + 7e600be commit ddbcfa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/db.entities.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# # Therefore, it should be kept in sync with that file
1515
services:
1616
dspacedb:
17-
image: dspace/dspace-postgres-pgcrypto::${DSPACE_VER:-latest}-loadsql
17+
image: "${DOCKER_OWNER:-dspace}/dspace-postgres-pgcrypto:${DSPACE_VER:-latest}-loadsql"
1818
environment:
1919
# This LOADSQL should be kept in sync with the URL in DSpace/DSpace
2020
# This SQL is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
@@ -34,4 +34,4 @@ services:
3434
- |
3535
while (!</dev/tcp/dspacedb/5432) > /dev/null 2>&1; do sleep 1; done;
3636
/dspace/bin/dspace database migrate ignored
37-
java -jar /dspace/webapps/server-boot.jar --dspace.dir=/dspace
37+
java -jar /dspace/webapps/server-boot.jar --dspace.dir=/dspace

0 commit comments

Comments
 (0)