diff --git a/README.md b/README.md index 6edc2fe6..a4bc58bd 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ docker-compose exec web ./vendor/bin/grumphp run To run the phpunit tests: ```bash -docker-compose exec web ./vendor/bin/phpunit +docker-compose exec --user=$(id -u):$(id -g) web ./vendor/bin/phpunit ``` ## Configuration