A WHMCS 8.1.3 developer environment for Docker forked from darthsoup.
- Clone this repository and copy the WHMCS installation archive to the
./whmcs
directory. - Copy
.env.example
to.env
, fixWHMCS_PATH_URL
andWHMCS_PATH_DOCKER
. - Insert
dump.sql
to/mysql/docker-entrypoint-initdb.d
folder. - Update
/whmcs/configuration.php
file.
- Database backup
dump.sql
. - WHMCS configuration file.
- 8.1.3
Start the container with:
docker-compose up
The WHMCS database import itself takes 2-3 minutes.