File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414# # Therefore, it should be kept in sync with that file
1515services :
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
You can’t perform that action at this time.
0 commit comments