Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 870 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 870 Bytes

Docker Container for WHMCS

A WHMCS 8.1.3 developer environment for Docker forked from darthsoup.

Table of Contents

Installation

  1. Clone this repository and copy the WHMCS installation archive to the ./whmcs directory.
  2. Copy .env.example to .env, fix WHMCS_PATH_URL and WHMCS_PATH_DOCKER.
  3. Insert dump.sql to /mysql/docker-entrypoint-initdb.d folder.
  4. Update /whmcs/configuration.php file.

Requirements

  1. Database backup dump.sql.
  2. WHMCS configuration file.

Tested WHMCS Versions

  • 8.1.3

Usage

Start the container with:

docker-compose up

The WHMCS database import itself takes 2-3 minutes.

Authors