summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-06-26 16:22:48 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-06-26 16:22:48 +0200
commita4d9f1fee879f2c69994fe10b43760bf3cf46f14 (patch)
treeb7873ed65bd2360131340d0a9263abf8a463030f /doc
parent31e70faae9d84ef1bdc773722fb3ac7f679bd5d0 (diff)
downloadgitlab-ci-a4d9f1fee879f2c69994fe10b43760bf3cf46f14.tar.gz
Fixed typo
Diffstat (limited to 'doc')
-rw-r--r--doc/builds_configuration/docker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builds_configuration/docker.md b/doc/builds_configuration/docker.md
index 2605770..5ffa67b 100644
--- a/doc/builds_configuration/docker.md
+++ b/doc/builds_configuration/docker.md
@@ -34,7 +34,7 @@ You are not limited to having only database services. You can hand modify `confi
services = ["mysql:latest", "postgres:latest"]
```
-For example for time of your build you need running `wordpress` instance. Let's use this image: [tutum/wordpress](https://registry.hub.docker.com/u/tutum/wordpress/). This is image that have fully preconfigured `wordpress` with bundled `MySQL` server:
+For example for time of your build you need `wordpress` instance. Let's use this image: [tutum/wordpress](https://registry.hub.docker.com/u/tutum/wordpress/). This is image that have fully preconfigured `wordpress` with bundled `MySQL` server:
```
[runners.docker]
image = "ruby:2.1"