We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b23949 commit d149888Copy full SHA for d149888
src/components/helper/initDatabase.js
@@ -12,7 +12,7 @@ export default () => {
12
13
exec(`cd ${directory} && docker compose up --no-recreate --wait -d`, (error, stdout, stderr) => {
14
if (error) {
15
- alert(`${error.message} `);
+ alert(`Make sure Docker Desktop is running. \n\n ${error.message} `);
16
return;
17
}
18
if (stderr) {
0 commit comments