E.L.
E.L.
Great suggestion, it's actually on our to-do, will implement the virtual host way once new OpenLiteSpeed conf system is ready. No ETA by the way.
You can add custom headers by the OpenLiteSpeed context method, https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/
Please try to use Instantiate feature as a workaround method. More, https://docs.litespeedtech.com/cloud/docker/ols-wordpress/#how-do-i-create-a-dedicated-virtual-host-configuration
I have this issue as well
Hi, Since it's a container, better not to access the host server, instead, you can prepare another container for postfix and add it to the docker-compose.yml file.
If you have to keep the postfix on hosts, then you can set it like [this Sending email from docker through Postfix installed on the host post](https://satishgandham.com/2016/12/sending-email-from-docker-through-postfix-installed-on-the-host/)
Hi, The general command should work, e.g. `docker logs your_container_id` or `docker compose logs`. I'm not sure which logfiles you mean, please share the log path or any example. Because...
The current latest apt install imagemagick package is still v6.9, so if you need version 7, you might want to install it manually. Try this: **Install imagemagick v7.1 on the...
Hi @josh208 Both mysql and phpmyadmin are deployed and run by default. See the following example. ``` git clone https://github.com/litespeedtech/ols-docker-env.git cd ols-docker-env docker compose up -d ``` Run `curl -Ik...
Thanks for the details! I see what you mean now. The README is also a bit unclear, so I’ll take another look at it next week." ``` To use an...