When trying to use Postgres for the database, Drupal throws an error when running the installation via Drush that an appropriate encoding is not available. I have updated the Dockerfile to add support for en_US.utf-8. Also added an example file showing how to set up Postgres.
When trying to use Postgres for the database, Drupal throws an error when running the installation via Drush that an appropriate encoding is not available. I have updated the Dockerfile to add support for en_US.utf-8. Also added an example file showing how to set up Postgres.