mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge pull request #1097 from amincheloh/patch-1
README.md fix PostgreSQL docker hub broken link
This commit is contained in:
commit
a2d3c846f6
@ -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/)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user