Skip to content

Commit

Permalink
MysqlDockerContainer port typo fixed 😱
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Sep 20, 2017
1 parent 2bda839 commit 19344b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/DockerContainer/MysqlDockerContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ public function init(): void
]);

// Ports.
$this->addEnvPort('MYSQL', ['from' => '8006', 'to' => '3006']);
$this->addEnvPort('MYSQL', ['from' => '8006', 'to' => '3306']);
}
}

0 comments on commit 19344b5

Please sign in to comment.