Skip to content

Commit

Permalink
Merge pull request #11889 from qmonmert/removeplatform2
Browse files Browse the repository at this point in the history
Sonar: remove platform in docker-compose
  • Loading branch information
murdos authored Feb 9, 2025
2 parents d914ff2 + f9155d6 commit b2a0ecc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
sonar:
image: {{sonarqubeDockerImage}}
container_name: sonar
platform: linux/x86_64
# Authentication is turned off for out of the box experience while trying out SonarQube
# For real use cases delete sonar.forceAuthentication variable or set sonar.forceAuthentication=true
environment:
Expand Down

0 comments on commit b2a0ecc

Please sign in to comment.