Skip to content

ipeos-and-co/docker-chamilo

Repository files navigation

Docker Chamilo LMS

Dockerfile to provide a ready to use Chamilo LMS in production.

Supported Tags Respective Dockerfile Links

  • 1.11, 1.11.28, latest (use PHP 7.4)

Installation

Automated builds of the image are available on Dockerhub and is the recommanded method of installation.

docker pull ipeos/chamilo:latest

Quick Start

docker run --name some-chamilo --link some-mysql:mysql -p 8080:80 -d ipeos/chamilo

PHP Vars

Can change PHP vars to optimize your installation.

  • PHP_MAX_EXECUTION_TIME (default: 300)
  • PHP_MAX_INPUT_TIME (default: 600)
  • PHP_MEMORY_LIMIT (default: 128M)
  • PHP_POST_MAX_SIZE (default: 100M)
  • PHP_UPLOAD_MAX_FILESIZE (default 100M)
  • PHP_TIMEZONE (default: America/Guadeloupe)

Contributing

This image was created by IPEOS for a purpose of web development training courses.

If you find this image useful here's how you can help:

  • Send a Pull Request with your awesome enhancements and bug fixes
  • Be a part of the community and help resolve Issues

Team

IPEOS

About

Docker pour Chamilo LMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published