Skip to content

Commit

Permalink
reverse proxy shared db creation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Dec 15, 2023
1 parent 2ac4652 commit 52be063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Containers/Commands/MakeDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ private function execute_mysql_command(DockerService $docker_service, TerminalSe
"-e \"$command\"",
];

return $docker_service->service('mysql')->execute($terminal_service, $command) === 0;
return $terminal_service->execute(["docker-compose exec mysql mysql -u root -v"]) === 0;
}
}

0 comments on commit 52be063

Please sign in to comment.