Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> fix db connection
  • Loading branch information
NaysKutzu committed Nov 28, 2024
1 parent e754e72 commit 16add96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"cSpell.words": [
"mythicalclient",
"Predis",
"Regen",
"Swal",
"sweetalert"
]
Expand Down
4 changes: 2 additions & 2 deletions install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ fi
# Migrations
# Wait for the database container to be ready
while [ "$(docker inspect -f '{{.State.Health.Status}}' mythicalclient_database)" == "starting" ]; do
echo "Waiting for mythicalclient_database to be up..."
sleep 2
echo "Waiting 15 seconds for mythicalclient_database to be up..."
sleep 15
done


Expand Down

0 comments on commit 16add96

Please sign in to comment.