diff --git a/README.md b/README.md
index 5def571..91c1e8e 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ A Laravel API starter kit collection using different structures.
[![Build Status](https://img.shields.io/github/forks/ibrunotome/laravel-api-templates.svg)](https://github.com/ibrunotome/laravel-api-templates)
[![License](https://img.shields.io/github/license/ibrunotome/laravel-api-templates.svg)](https://github.com/ibrunotome/laravel-api-templates)
-
+
-
+
diff --git a/default-structure/docker-compose.sonarqube.yml b/default-structure/docker-compose.sonarqube.yml
index b6c52c3..d965bb5 100644
--- a/default-structure/docker-compose.sonarqube.yml
+++ b/default-structure/docker-compose.sonarqube.yml
@@ -4,7 +4,7 @@ services:
image: sonarqube:alpine
container_name: default-structure-sonarqube
volumes:
- - .:/app
+ - .:/var/www
ports:
- 9000:9000
- 9092:9092
@@ -14,9 +14,9 @@ services:
sonar-scanner:
image: openjdk:latest
container_name: default-structure-sonar-scanner
- command: bash -c "sleep 60 && java -jar /app/tests/sonar-scanner/sonar-scanner-cli-3.2.0.1227.jar -Dsonar.projectKey=default -Dsonar.sources=/app/app -Dsonar.php.tests.reportPath=/app/tests/coverage/logfile.xml -Dsonar.php.coverage.reportPaths=/app/tests/coverage/coverage.xml -Dsonar.global.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.coverage.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php,**_table.php,**_view.php,**_routine.php -Dsonar.sonar.exclusions=**Seed.php,**Factory.php,**Policy.php,**Test.php -Dsonar.cpd.exclusions=**Seed.php,**Factory.php,**table.php,**Policy.php,**Test.php,**Cost.php,**Limit.php,**Price.php,**Stop.php,**candlestick.php,**Notification.php -Dsonar.host.url=http://sonarqube:9000 -Dsonar.login=