OpenLiteSpeed Wont Start

#1
Hi
Trying to run OLS in Docker on Ubuntu base.
All installed well and started up but get "localhost refused to connect" in Chome when trying to access https://localhost:7080/
Have checked netstat on 7080:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State Timer
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN off (0.00/0/0)
tcp 0 0 0.0.0.0:8088 0.0.0.0:* LISTEN off (0.00/0/0)
Seems ok.
Not sure what to do next.
Any help would be great.
Thanks
s
 
Last edited:

mistwang

LiteSpeed Staff
#2
Does port 8088 works?
With docker, you need to map the docker container port to a public port, looks like 7080 port was not mapped.
 
Top