Fix Postgres user name in docker-compose.yaml by regnull · Pull Request #12139 · langgenius/dify

Summary Connection errors were generated when I ran docker compose locally (cannot connect as user postgres) The Postgres docker doc clearly states that the user name should be POSTGRES_USER: https...