A ready to use Chamilo LMS in production
5.9K
Dockerfile to provide a ready to use Chamilo LMS in production.
Dockerfile Links1.11, 1.11.28, latest (use PHP 7.4)Automated builds of the image are available on Dockerhub and is the recommanded method of installation.
docker pull ipeos/chamilo:latest
docker run --name some-chamilo --link some-mysql:mysql -p 8080:80 -d ipeos/chamilo
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)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:
Content type
Image
Digest
sha256:c26f78d5d…
Size
592.6 MB
Last updated
over 1 year ago
docker pull ipeos/chamilo