diff options
author | Andreas Volkmann <avolkmann@me.com> | 2018-11-02 07:33:18 +0000 |
---|---|---|
committer | Andreas Volkmann <avolkmann@me.com> | 2018-11-02 07:33:18 +0000 |
commit | cb6c6fce4c136067f0234d0c397e856e14f7f0c3 (patch) | |
tree | 51386c76d76c8ff83747dfb8d37d64bc345c780f /doc/ci/services | |
parent | bbc42122e066d2963071f7e8ffb1f377a542a499 (diff) | |
download | gitlab-ce-cb6c6fce4c136067f0234d0c397e856e14f7f0c3.tar.gz |
Update mysql.md
Diffstat (limited to 'doc/ci/services')
-rw-r--r-- | doc/ci/services/mysql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/services/mysql.md b/doc/ci/services/mysql.md index 3475f4d008e..b76f9618fc9 100644 --- a/doc/ci/services/mysql.md +++ b/doc/ci/services/mysql.md @@ -31,7 +31,7 @@ Database: el_duderino ``` If you are wondering why we used `mysql` for the `Host`, read more at -[How is service linked to the job](../docker/using_docker_images.md#how-services-are-linked-to-the-job). +[How services are linked to the job](../docker/using_docker_images.md#how-services-are-linked-to-the-job). You can also use any other docker image available on [Docker Hub][hub-mysql]. For example, to use MySQL 5.5 the service becomes `mysql:5.5`. |