I'm learning / testing about Docker and would like to run OLS as a container. I'm using Ubuntu 24 LTS with Docker 29.02.
If I run this command the container starts and I can get to the Webadmin page on port 7080
docker run --name openlitespeed -d -p 7080:7080 -p 80:80 -p 443:443 -it...