Skip to content

Commit 7c7f8dc

Browse files
authored
Merge pull request #73 from danpoltawski/patch-1
Add moodle-docker-wait-for-db into quick start docs
2 parents d0b4b96 + b9ea630 commit 7c7f8dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ cp config.docker-template.php $MOODLE_DOCKER_WWWROOT/config.php
3030
# Start up containers
3131
bin/moodle-docker-compose up -d
3232

33+
# Wait for DB to come up (important for oracle/mssql)
34+
bin/moodle-docker-wait-for-db
35+
3336
# Work with the containers (see below)
3437
# [..]
3538

0 commit comments

Comments
 (0)