diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-03 15:43:06 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-08 18:26:54 +0200 |
commit | 223a02757909b406c1d5ebe42ca4bc3340318a2e (patch) | |
tree | ff0cd1ab7008eecebce636efadf4ed609fc00b66 /doc/ci | |
parent | 05267b64d224c19f1b6843a715f666aea2bd106a (diff) | |
download | gitlab-ce-223a02757909b406c1d5ebe42ca4bc3340318a2e.tar.gz |
Bring back removed heading and point to other section
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/docker/using_docker_images.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md index 6551d47b697..63cfa436333 100644 --- a/doc/ci/docker/using_docker_images.md +++ b/doc/ci/docker/using_docker_images.md @@ -69,6 +69,10 @@ The service container for MySQL will be accessible under the hostname `mysql`. So, in order to access your database service you have to connect to the host named `mysql` instead of a socket or `localhost`. +### Overwrite image and services + +See the section below. + ### How to use other images as services You are not limited to have only database services. You can add as many |