Skip to content

Commit

Permalink
Merge pull request #258 from humanmade/backport-255-to-v6-branch
Browse files Browse the repository at this point in the history
[Backport v6-branch] Enable XRay by default
  • Loading branch information
Chris Reynolds authored Jan 19, 2021
2 parents 55ef235 + 92a11a8 commit b28c86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ protected function get_config( $module = 'local-server' ) : array {
'cavalcade' => true,
'elasticsearch' => true,
'kibana' => true,
'xray' => false,
'xray' => true,
];

return array_merge( $defaults, $config );
Expand Down

0 comments on commit b28c86e

Please sign in to comment.