Sign inSign up

andycungkrinx/lsws-dev

By andycungkrinx

Updated almost 7 years ago

Core OpenliteSpeed+Mariadb10.1 base on Ubuntu 18.04 with enable systemd

Image
0

141

andycungkrinx/lsws-dev repository overview

About Images

- Base on Ubuntu 18.04 with systemd
- Openlitespeed 1.5.8 (Customized cache enabled, multiple php and multiple host)
- Mariadb 10.1
- PHP7.1 default system (has been enabled multiple php7.0-php7.3 on Openlitespeed)

How To Download Localy

docker pull andycungkrinx/lsws-dev

How to run

docker run -d --privileged --restart=always \
--name lsws-dev -h lsws-dev \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
-p 80:80 -p 443:443 -p 3306:3306 -p 7080:7080 andycungkrinx/lsws-dev

docker start lsws-dev
docker exec -it lsws-dev bash

Command

sudo systemctl status lsws mysql php7.1-fpm
sudo systemctl start lsws mysql php7.1-fpm
sudo systemctl stop lsws mysql php7.1-fpm

Bug Reporting

Telegram : @AndyCungkrinx
Email : [email protected]

Tag summary

Content type

Image

Digest

Size

583.7 MB

Last updated

almost 7 years ago

docker pull andycungkrinx/lsws-dev