diff --git a/README.md b/README.md index 5762a840..bb0da92e 100644 --- a/README.md +++ b/README.md @@ -281,10 +281,10 @@ 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://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/) + - [postgresql](https://hub.docker.com/_/postgresql/) + - [sameersbn/postgresql](https://hub.docker.com/r/sameersbn/postgresql/) + - [orchardup/postgresql](https://hub.docker.com/r/orchardup/postgresql/) + - [paintedfox/postgresql](https://hub.docker.com/r/paintedfox/postgresql/) ### MySQL @@ -377,10 +377,10 @@ docker run --name gitlab -d --link gitlab-mysql:mysql \ Here the image will also automatically fetch the `DB_NAME`, `DB_USER` and `DB_PASS` variables from the mysql container as they are specified in the `docker run` command for the mysql container. This is made possible using the magic of docker links and works with the following images: - - [mysql](https://registry.hub.docker.com/_/mysql/) - - [sameersbn/mysql](https://registry.hub.docker.com/u/sameersbn/mysql/) - - [centurylink/mysql](https://registry.hub.docker.com/u/centurylink/mysql/) - - [orchardup/mysql](https://registry.hub.docker.com/u/orchardup/mysql/) + - [mysql](https://hub.docker.com/_/mysql/) + - [sameersbn/mysql](https://hub.docker.com/r/sameersbn/mysql/) + - [centurylink/mysql](https://hub.docker.com/r/centurylink/mysql/) + - [orchardup/mysql](https://hub.docker.com/r/orchardup/mysql/) ## Redis