We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6ee4a4 + 7e600be commit ddbcfa0Copy full SHA for ddbcfa0
1 file changed
docker/db.entities.yml
@@ -14,7 +14,7 @@
14
# # Therefore, it should be kept in sync with that file
15
services:
16
dspacedb:
17
- image: dspace/dspace-postgres-pgcrypto::${DSPACE_VER:-latest}-loadsql
+ image: "${DOCKER_OWNER:-dspace}/dspace-postgres-pgcrypto:${DSPACE_VER:-latest}-loadsql"
18
environment:
19
# This LOADSQL should be kept in sync with the URL in DSpace/DSpace
20
# This SQL is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
@@ -34,4 +34,4 @@ services:
34
- |
35
while (!</dev/tcp/dspacedb/5432) > /dev/null 2>&1; do sleep 1; done;
36
/dspace/bin/dspace database migrate ignored
37
- java -jar /dspace/webapps/server-boot.jar --dspace.dir=/dspace
+ java -jar /dspace/webapps/server-boot.jar --dspace.dir=/dspace
0 commit comments