docker run -d --rm --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD="sUper3R4nd0m" mariadb:10.3
docker run --rm -it \
-e LS_ADMIN_PW="changeme0" \
-e DB_HOST="host.docker.internal" \
-e DB_PORT="3306" \
-e DB_USER="root" \
-e DB_PASSWORD="sUper3R4nd0m" \
-e DB_NAME="whmcs" \
-p 3000:80 \
-p 7080:7080 \
cmptstks/whmcs:php8.1-litespeed /sbin/my_init -- bash -l
If you encounter a technical issue, you may open an issue. However, for questions or how-to's, please post on our forum.
Contributions are welcome! Before you submit a pull request, feel free to post on our forum your idea and we can have a discussion.