docs/compose
Aravind fa4b25cf64
Update to Posgtres instructions (#10982)
### Background
Newer upstream PostgreSQL Docker images, now require a password for use. If you were previously using passwordless access to a PostgreSQL DB, it will likely fail with an error.

This linked GitHub issue showcases the error: 
https://github.com/docker-library/postgres/issues/681

### Solution
The postgres docker page gives instructions on how to use the new image : https://hub.docker.com/_/postgres

There seems to be two different options we can take here :

Option 1 - Implement a password using the environment variable
Option 2 - Revert back to old behavior of having no password requirement

### Thoughts
Based on the team members remark it looks like increased security was the major reason for this breaking changing happening in a minor update.  Refer to this comment : https://github.com/docker-library/postgres/issues/681#issuecomment-586517154

As such I opted to use Option 1 here in this change as increased security of a DB is generally a win for every one in most cases.
2020-06-12 11:23:02 +01:00
..
compose-file compose-file: document additional changes in the 3.8 schema (#10980) 2020-06-12 10:51:35 +01:00
images Merge pull request #6725 from 2tunnels/patch-1 2019-01-15 16:57:40 -08:00
reference compose: use relative markdown links 2020-04-23 13:03:10 +02:00
aspnet-mssql-compose.md Fix Typo. (#10990) 2020-06-12 10:52:41 +01:00
completion.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
django.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
env-file.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
environment-variables.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
extends.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
faq.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
gettingstarted.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
index.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
install.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
link-env-deprecated.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
networking.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
production.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
rails.md Update to Posgtres instructions (#10982) 2020-06-12 11:23:02 +01:00
release-notes.md Post 1.26.0 release updates (#10948) 2020-06-03 17:09:29 +01:00
samples-for-compose.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
startup-order.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
swarm.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00
wordpress.md compose: use relative markdown links 2020-04-23 13:03:10 +02:00