Skip to content

Commit

Permalink
Merge pull request #330 from bnaydenov/issue_329
Browse files Browse the repository at this point in the history
fix issue #329
  • Loading branch information
tonysm committed May 3, 2024
2 parents c30311a + 4c97705 commit fd73380
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/Services/MySql.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ class MySql extends BaseService
{
protected static $category = Category::DATABASE;

protected $organization = 'mysql';
protected $imageName = 'mysql-server';
protected $imageName = 'mysql';

protected $defaultPort = 3306;

protected $prompts = [
[
'shortname' => 'volume',
Expand Down

0 comments on commit fd73380

Please sign in to comment.