Skip to content

Commit

Permalink
fix: corrected mysql container name
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Dec 18, 2024
1 parent f35036f commit 8aa4766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision-designer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker-compose up -d lms

# Wait for MySQL
echo "Waiting for MySQL"
until docker exec -i designer.mysql mysql -u root -se "SELECT EXISTS(SELECT 1 FROM mysql.user WHERE user = 'root')" &> /dev/null
until docker exec -i edx.devstack.mysql80 mysql -u root -se "SELECT EXISTS(SELECT 1 FROM mysql.user WHERE user = 'root')" &> /dev/null
do
printf "."
sleep 1
Expand Down

0 comments on commit 8aa4766

Please sign in to comment.