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:
Tim Donohue
2025-07-28 12:10:01 -05:00
parent ff58158e15
commit e7e1762cdf

View File

@@ -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