Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/services/README.md')
-rw-r--r--doc/ci/services/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ci/services/README.md b/doc/ci/services/README.md
index 0550e9435a3..0856b7679c2 100644
--- a/doc/ci/services/README.md
+++ b/doc/ci/services/README.md
@@ -1,6 +1,9 @@
## GitLab CI Services
+GitLab CI uses the `service` keyword to define what docker containers should be
+linked with your base image. Below is a list of examples you may use.
+
+ [Using MySQL](mysql.md)
+ [Using PostgreSQL](postgres.md)
+ [Using Redis](redis.md)
-+ [Using Other Services](../docker/using_docker_images.html#how-to-use-other-images-as-services)
++ [Using Other Services](../docker/using_docker_images.md#how-to-use-other-images-as-services)