From bb016cbadeeb9e90e065a754abb5643992fb69bd Mon Sep 17 00:00:00 2001 From: Cesar Flores Date: Sun, 8 Mar 2026 19:03:08 +0700 Subject: [PATCH] fix: update PostgreSQL image to use base variant in compose file --- examples/postgres-base/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/postgres-base/compose.yml b/examples/postgres-base/compose.yml index 5ec70fd..46c3aaf 100644 --- a/examples/postgres-base/compose.yml +++ b/examples/postgres-base/compose.yml @@ -1,6 +1,6 @@ services: postgres: - image: git.fastwaydata.com/esauflores/database-postgres:latest + image: git.fastwaydata.com/esauflores/db-postgres:base restart: unless-stopped environment: POSTGRES_USER: ${POSTGRES_USER:-postgres}