Skip to content

Commit

Permalink
Try moodle branch with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsihk authored Jun 12, 2024
1 parent e1837c0 commit d00f053
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ services:
app:
image: ${TEST_IMAGE_NAME:-jimsihk/alpine-moodle:local}
build: .
args:
ARG_MOODLE_GIT_URL=https://github.com/lucaboesch/moodle.git
ARG_MOODLE_GIT_BRANCH=MDL-81804-404
ARG_MOODLE_GIT_COMMIT=46e82416271e5f20688ed399e7da6faed20c9e51
environment:
- SITE_URL=http://app:8080
- MOODLE_SITENAME=Dockerized_Moodle
Expand Down

0 comments on commit d00f053

Please sign in to comment.