Skip to content

Commit

Permalink
Update config.yml for TugBoat. Removed extra quote at the end of the …
Browse files Browse the repository at this point in the history
…db image.
  • Loading branch information
lbailey-ucsf authored Jul 11, 2024
1 parent 16e776f commit 3ee5244
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 @@ -18,7 +18,7 @@ services:

db:
#image: "tugboatqa/mariadb:10.7"
image: "mariadb:${MOODLE_DOCKER_DB_VERSION:-10.7}""
image: "mariadb:${MOODLE_DOCKER_DB_VERSION:-10.7}"
command: >
--character-set-server=utf8mb4
--collation-server=utf8mb4_bin
Expand All @@ -31,4 +31,4 @@ services:
MYSQL_USER: "moodle"
MYSQL_PASSWORD: "m@0dl3ing"
ports:
- "${MOODLE_DOCKER_DB_PORT}:3306/tcp"
- "${MOODLE_DOCKER_DB_PORT}:3306/tcp"

0 comments on commit 3ee5244

Please sign in to comment.