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}