Merge pull request #1097 from amincheloh/patch-1

README.md fix PostgreSQL docker hub broken link
This commit is contained in:
Niclas Mietz 2017-02-26 17:45:20 +01:00 committed by GitHub
commit a2d3c846f6

View File

@ -312,7 +312,7 @@ docker run --name gitlab -d --link gitlab-postgresql:postgresql \
Here the image will also automatically fetch the `DB_NAME`, `DB_USER` and `DB_PASS` variables from the postgresql container as they are specified in the `docker run` command for the postgresql container. This is made possible using the magic of docker links and works with the following images:
- [postgresql](https://hub.docker.com/_/postgresql/)
- [postgres](https://hub.docker.com/_/postgres/)
- [sameersbn/postgresql](https://quay.io/repository/sameersbn/postgresql/)
- [orchardup/postgresql](https://hub.docker.com/r/orchardup/postgresql/)
- [paintedfox/postgresql](https://hub.docker.com/r/paintedfox/postgresql/)