From c4efa52a1952eaa5de874900e66db617bb5dc164 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 5 May 2017 15:58:28 +0100 Subject: [PATCH] Small change --- .../2017-05-04-fixing-drupal-simpletest-issues-with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2017-05-04-fixing-drupal-simpletest-issues-with-docker.md b/source/_posts/2017-05-04-fixing-drupal-simpletest-issues-with-docker.md index a648b9339..00c20d019 100644 --- a/source/_posts/2017-05-04-fixing-drupal-simpletest-issues-with-docker.md +++ b/source/_posts/2017-05-04-fixing-drupal-simpletest-issues-with-docker.md @@ -34,7 +34,7 @@ services: Nginx and PHP-FPM are running in separate containers, the volumes are shared across both and the Nginx backend is set to use the `php` container. -This is how I was running the tests from my laptop: +This is the command that I was using to run the tests: ```language-bash $ docker-compose run --rm \