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
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 22:11:27 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 22:11:27 +0300
commit9dc91f46df377d6220928d6292dac73bc6bae295 (patch)
treebea889c1b24de78c095564144756fb89be1d7d42 /doc
parent47e81da8c2746196ad0506d30720c775a538ebdb (diff)
Add link to runners doc [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/services/postgres.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/services/postgres.md b/doc/ci/services/postgres.md
index f82a828756c..b8436f4f7ca 100644
--- a/doc/ci/services/postgres.md
+++ b/doc/ci/services/postgres.md
@@ -6,8 +6,8 @@ do this with the Docker and Shell executors of GitLab Runner.
## Use PostgreSQL with the Docker executor
-If you are using GitLab's Runner with the Docker executor you basically have
-everything set up already.
+If you are using [GitLab Runner](../runners/README.md) with the Docker executor
+you basically have everything set up already.
First, in your `.gitlab-ci.yml` add:
@@ -21,7 +21,7 @@ variables:
POSTGRES_PASSWORD: ""
```
-And then configure your application to use PostgreSQL, for example:
+And then configure your application to use the database, for example:
```yaml
Host: localhost