Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Sep 21, 2017
1 parent a667a49 commit 6aa2307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public function getPackageManager(): string
*/
public function execute(): void
{
$service = $this->getService();

$this->setFrom('mobz/elasticsearch-head:5-alpine');

// Ports.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function postExecute(): void
{
// UI.
$port = end($this->getService()->getDockerContainer()->getPorts());
if (true === $service->getOptions()['with_management']) {
if (true === $this->getService()->getOptions()['with_management']) {
$this->getService()->addUIAccess([
'port' => $port['from'],
'label' => 'Management UI',
Expand Down

0 comments on commit 6aa2307

Please sign in to comment.