Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moodle Docker Compose

Prequisites

  • Docker

Installation

  1. Clone this repository
git clone https://github.com/devanfer02/moodle-docker.git
  1. Copy the .env.example file to .env
cp .env.example .env
  1. Configure the env variables in .env file

  2. After that, just compose up!

docker compose up -d
  1. Check your moodle server logs to see if its running install script or not
docker logs -f YOUR_MOODLE_CONTAINER_NAME
  1. If everything went well, it should look like this

img

  1. Visit localhost and voila, you're good to go! Just login with moodle username and password that was already defined in .env file img

  2. Don't forget to change Default timezone in Location Settings from Europe/London to Asia/Jakarta or as you wish. img

About

moodle docker compose configuration

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages