Skip to content

LosBooom/docker-whmcs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker for WHMCS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%