docker

  1. V

    Reverse proxy not working with docker container http:port yes, httpS no

    I can't seem to securely access Umami without a port number. I can access Umami via http://IP:3001 or http://umami.domain.com:3001 but not via https://umami.domain.com I have several setups with and without docker containers set up the exact same way via reverse proxy (external app under...
  2. T

    Update Dockerfile with lsphp80-dev or lsphp81-dev

    Based on https://hub.docker.com/r/litespeedtech/openlitespeed I wanted to use lsphp80-dev / lsphp81-dev and therefore Created this dockerfile: FROM litespeedtech/openlitespeed:1.7.16-lsphp80 WORKDIR /var/www/vhosts RUN apt update RUN apt install -y wget RUN wget...
  3. A

    Reverse proxy with collabora online docker

    Hi guys, Thanks for creating openlitespeed and making it available for free, it's such a good product! I have a NextCloud installation on a VPS that is working fine with openlitespeed. However, I was trying to setup a collabora server, as seen here...
  4. olsy

    Virtual host with stop icon and no way to start it

    Hi, I need some help to get this reverse proxy vhost up and running in front of Elastic Search running in another Docker container. I'm also using WSL2, but that shouldn't matter much, as I've made similar setup work with other servers. I have bound the already present HTTP(80) listener to...
  5. Aaditya-Goenka

    Regarding the Docker OLS WP 1 click install

    1) I am running docker on Windows with UBUNTU 18.04 WSL 2) We are unable to run the shell scripts like demosite.sh / : error--> shell script $' r' command not found
  6. k0fein

    OpenLiteSpeed WordPress Docker Container

    I use VirtualBox on Windows 10 and Ubuntu 20.04 I have been trying to create a domain and virtual host in docker with command: bash bin/domain.sh -A mysite.com using this guide: litespeedtech/openlitespeed - Docker Image | Docker Hub but site works only on localhost folder when i use: bash...
  7. muncherelli

    Install OLS as Non-Root User

    I understand the build process has become fairly more complex on newer OLS builds- since now we have ./build.sh for automated dependency installation on a normal root-based install. As of 1.7.14, is it still possible to install and run OLS as a non-root user? My use case is for running OLS...
  8. N

    Accessing OLS using Docker image & DockStation on Windows

    The OLS Docker container starts ok in DockStation on Windows 10 but I'm not able to access anything, eg http://127.0.0.1:8080 or http://127.0.0.1:7080 do not load. Somewhere it said port 7080 not binded. I'm a docker beginner, where do I go from here? I've not been able to connect to another...
  9. S

    DocumentRoot for docker container

    I am running docker container with command docker run -d --name openlitespeed -p 7080:7080 -p 80:80 -p 443:443 -it litespeedtech/openlitespeed:1.6.9-lsphp74 When i visit my IP, i get 404 error. On which folder, i place my files to show up on the web site ? I created index.html file in...
  10. B

    Beta docker images

    Hi guys, I just noticed you've got beta docker images on docker hub! https://hub.docker.com/r/litespeedtech/ This is really awesome. I've been hoping for an official docker image for a while. Do you know approximately when it will be out of beta and ready for production? Cheers :)
  11. Oranuf

    Docker, OLS, 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