diff --git a/ahoy.test.yml b/ahoy.test.yml
index a0cf5c43629f9194ac8ac702b6e1066c64916f67..326e539bd30d4589581afe19c95ecc47c9923224 100644
--- a/ahoy.test.yml
+++ b/ahoy.test.yml
@@ -1,14 +1,14 @@
 ahoyapi: v2
 commands:
   phpcs:
-    cmd: phpcs --standard=DrupalPractice $(pwd)/web/modules/custom/ $(pwd)/web/profiles/custom/ $(pwd)/web/themes/custom/
+    cmd: ahoy d4d exec phpcs --standard=DrupalPractice /var/www/html/web/modules/custom/ /var/www/html/web/profiles/custom/ /var/www/html/web/themes/custom/
     usage: PHP coding standards
-  phpunit:test:
-    cmd: vendor/bin/phpunit --configuration $(pwd)/tests/phpunit.xml.dist
+  phpunit:
+    cmd: ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist
     usage: PHP unit tests
   phpunit:list:suites:
-    cmd: vendor/bin/phpunit --configuration $(pwd)/tests/phpunit.xml.dist --list-suites
+    cmd: ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist --list-suites
     usage: List available test suites of PHP unit tests
   phpunit:list:groups:
-    cmd: vendor/bin/phpunit --configuration $(pwd)/tests/phpunit.xml.dist --list-groups
+    cmd: ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist --list-groups
     usage: List available test groups of PHP unit tests
diff --git a/composer.json b/composer.json
index 0d891545196a3977af45cdfdf0f7f770189d3cc7..0630c59bb96518e597bcd9f0df5e586453f4ef19 100644
--- a/composer.json
+++ b/composer.json
@@ -38,7 +38,7 @@
         "lakedrops/ahoy": "^1.1.1",
         "lakedrops/behat4drupal": "^1.2.0",
         "lakedrops/composer-json-utils": "^1.3.2",
-        "lakedrops/docker4drupal": "^1.9.0",
+        "lakedrops/docker4drupal": "^1.9.5",
         "lakedrops/dorgflow": "^1.3.0",
         "mikey179/vfsStream": "^1.6",
         "phpmd/phpmd": "^2.6.0",