mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
readme: supports linking with official postgressql image
This commit is contained in:
parent
bda347605a
commit
a8e92cbf74
@ -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/)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user