Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf authored Jul 12, 2024
1 parent ff2a97b commit 017a956
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ services:
- echo "initializing webserver"
- env
- export MOODLE_DOCKER_DBTYBE=mariadb
- export MOODLE_DOCKER_DB=mariadb
- export MOODLE_DOCKER_DBCOLLATION=utf8mb4_bin
- export MOODLE_DOCKER_DBNAME=moodle
- export MOODLE_DOCKER_DBUSER=moodle
- export MOODLE_DOCKER_DBPASS=m@0dl3ing
- env

# Link the document root to the expected path. This example links /moodle
Expand Down Expand Up @@ -50,7 +55,7 @@ services:
- env
- export MOODLE_DOCKER_DBTYBE=mariadb
- echo "env again in build"
- end
- env
#update:
# - cp "${TUGBOAT_ROOT}/.tugboat/config.php" "${DOCROOT}/config.php"

Expand Down

0 comments on commit 017a956

Please sign in to comment.