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 f2d0afa commit 03104da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
environment:
MOODLE_DOCKER_RUNNING: 1
MOODLE_DOCKER_DB: mariadb
MOODLE_DOCKER_DBTYBE: mariadb
MOODLE_DOCKER_DBTYPE: mariadb
MOODLE_DOCKER_DBCOLLATION: utf8mb4_bin
MOODLE_DOCKER_DBNAME: moodle
MOODLE_DOCKER_DBUSER: moodle
Expand All @@ -18,7 +18,7 @@ services:
init:
- echo "initializing webserver"
- env
- export MOODLE_DOCKER_DBTYBE=mariadb
- export MOODLE_DOCKER_DBTYPE=mariadb
- export MOODLE_DOCKER_DB=mariadb
- export MOODLE_DOCKER_DBCOLLATION=utf8mb4_bin
- export MOODLE_DOCKER_DBNAME=moodle
Expand Down

0 comments on commit 03104da

Please sign in to comment.