mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Bug Fix: External images always need to have a hardcoded registroy (in this case docker.io) as they exist in that specific registry.
This commit is contained in:
@@ -66,7 +66,7 @@ services:
|
||||
dspacedb:
|
||||
container_name: dspacedb
|
||||
# Uses the base PostgreSQL image
|
||||
image: "${DOCKER_REGISTRY:-docker.io}/postgres:${POSTGRES_VERSION:-15}"
|
||||
image: "docker.io/postgres:${POSTGRES_VERSION:-15}"
|
||||
environment:
|
||||
PGDATA: /pgdata
|
||||
POSTGRES_DB: dspace
|
||||
|
Reference in New Issue
Block a user