diff --git a/README.md b/README.md index edca544a..f431fc20 100644 --- a/README.md +++ b/README.md @@ -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/)