Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create postgres user explicitly if $POSTGRES_USER is not "postgres" (#…
…201) This is because initdb in official PostgreSQL Docker image does not create postgres user during initialization anymore. Therefore createdb statement which implicitly uses postgres system user to connect to the cluster will fail. See docker-library/postgres@3f585c5
- Loading branch information