Skip to content

Commit

Permalink
Fix using the wrong env var to enable metrics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jun 16, 2023
1 parent 270a240 commit c9b1845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Soketi.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Soketi extends BaseService

protected $dockerRunTemplate = '-p "${:port}":6001 \
-p "${:metrics_port}":9601 \
-e METRICS_ENABLED=1 \
-e SOKETI_METRICS_ENABLED=1 \
"${:organization}"/"${:image_name}":"${:tag}"';

public function __construct(Shell $shell, Environment $environment, Docker $docker)
Expand Down

0 comments on commit c9b1845

Please sign in to comment.