diff --git a/compose.postgresql.yml b/compose.postgresql.yml index 71d87b2..de41691 100644 --- a/compose.postgresql.yml +++ b/compose.postgresql.yml @@ -14,7 +14,7 @@ services: secrets: - db_password db: - image: postgres:16.4-alpine + image: pgautoupgrade/pgautoupgrade:16-alpine environment: - POSTGRES_USER=codimd - POSTGRES_PASSWORD_FILE=/run/secrets/db_password