From a8e92cbf74e19ff05800b154e2f508c58b75a4f9 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 13 May 2015 10:37:57 +0530 Subject: [PATCH] readme: supports linking with official postgressql image --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b2ff763..559b8ef0 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,7 @@ docker run --name=gitlab -d --link=postgresql-gitlab: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://registry.hub.docker.com/_/postgresql/) - [sameersbn/postgresql](https://registry.hub.docker.com/u/sameersbn/postgresql/) - [orchardup/postgresql](https://registry.hub.docker.com/u/orchardup/postgresql/) - [paintedfox/postgresql](https://registry.hub.docker.com/u/paintedfox/postgresql/)