diff --git a/compose.postgresql.yml b/compose.postgresql.yml index 7822d75..56837a8 100644 --- a/compose.postgresql.yml +++ b/compose.postgresql.yml @@ -14,13 +14,13 @@ services: secrets: - db_password db: - image: pgautoupgrade/pgautoupgrade:17-alpine + image: pgautoupgrade/pgautoupgrade:18-alpine environment: - POSTGRES_USER=codimd - POSTGRES_PASSWORD_FILE=/run/secrets/db_password - POSTGRES_DB=codimd volumes: - - "postgres:/var/lib/postgresql/data" + - "postgres:/var/lib/postgresql" secrets: - db_password networks: