docker

  1. H

    How to enable and disable php extensions in docker?

    I am using LiteSpeed in docker from the image litespeedtech/litespeed. The command docker-php-ext-enable is not available in the Dockerfile. Changing the php.ini extensions does not work either. I would like to disable enchant and enable shmop. How can I enable and disable php extensions in...
  2. 0

    SSL not working

    I've installed OpenLiteSpeed + WordPress from this Docker build, on an AWS EC2 instance. https://hub.docker.com/r/litespeedtech/openlitespeed I managed to get WordPress working. But the SSL install, using ACME as that page describes, didn't work. ubuntu@ip-172-31-2-130:~/ols-docker-env$...
  3. O

    Docker, LiteSpeed, and Lucee/Tomcat (ColdFusion) - Creating an image to share with all

    THE GOAL I am in the process of creating a Docker image with a very specific configuration: Debian 9.3 Latest version of LiteSpeed Lucee 5.2.6.060 Upon which I may base additional ColdFusion apps (CFWheels, Mura). I am working to make it as "generic" as possible, so that others may pull the...
Top