Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

opendream/moodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

licenseDocker Build Statu

Moodle

A lightweight Docker container for Moodle. 🙏

This image is based on PHP's fpm-alpine image with additional PHP extensions that required by Moodle 3.3+ : gd, zip, mysqli, opcache, xmlrpc, soap and intl.

Installation

  • git clone https://github.com/opendream/moodle.git
  • cd moodle
  • docker build -t moodle .

Docker Compose

You can try another Docker Compose example that created for Moodle 3.3+, Nginx, FPM 7 and MariaDB using the following Docker Compose.

  • git clone https://github.com/kengggg/moodle-docker-example.git
  • cd moodle-docker-example
  • docker-compose build
  • docker-compose up

Your moodle installation can be accessed through http://localhost:8080.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published