- Docker
- Clone this repository
git clone https://github.com/devanfer02/moodle-docker.git- Copy the
.env.examplefile to.env
cp .env.example .env-
Configure the env variables in
.envfile -
After that, just compose up!
docker compose up -d- Check your moodle server logs to see if its running install script or not
docker logs -f YOUR_MOODLE_CONTAINER_NAME- If everything went well, it should look like this
-
Visit localhost and voila, you're good to go! Just login with moodle username and password that was already defined in
.envfile
-
Don't forget to change
Default timezonein Location Settings fromEurope/LondontoAsia/Jakartaor as you wish.
