mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +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:
|
dspacedb:
|
||||||
container_name: dspacedb
|
container_name: dspacedb
|
||||||
# Uses the base PostgreSQL image
|
# Uses the base PostgreSQL image
|
||||||
image: "${DOCKER_REGISTRY:-docker.io}/postgres:${POSTGRES_VERSION:-15}"
|
image: "docker.io/postgres:${POSTGRES_VERSION:-15}"
|
||||||
environment:
|
environment:
|
||||||
PGDATA: /pgdata
|
PGDATA: /pgdata
|
||||||
POSTGRES_DB: dspace
|
POSTGRES_DB: dspace
|
||||||
|
Reference in New Issue
Block a user