From a4d9f1fee879f2c69994fe10b43760bf3cf46f14 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Fri, 26 Jun 2015 16:22:48 +0200 Subject: Fixed typo --- doc/builds_configuration/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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" -- cgit v1.2.1