diff --git a/Quick-Start.md b/Quick-Start.md index d93e8e2..e39baf5 100644 --- a/Quick-Start.md +++ b/Quick-Start.md @@ -26,10 +26,10 @@ bash bin/joomla_new_project.sh # STEP 5 # Run the containers to initialize -docker-compose -f docker-compose.yml -f docker-compose.staging.yml --env-file .env.staging up -d +sudo docker-compose -f docker-compose.yml -f docker-compose.staging.yml --env-file .env.staging up -d # STEP 6 -# Run the Joomla cli installer +# Run the Joomla cli installer (Gotcha: wait until Joomla is up) sudo bash bin/joomla_install.sh # STEP 7