Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craft CMS with Docker compose

Prerequisites

  1. docker-compose > v1.20

Installation

  1. Install Docker for Mac
  2. Download a copy of Craft 2 and unzip it into web, overwriting the placeholder craft and public folders therein.
  3. Run docker-compose up
  4. Open http://localhost:8080 in your browser.
  5. Set your DB credentials in web/craft/config/db.php to the following:
    'server' => 'db',
    'database' => 'craftcms',
    'user' => 'docker',
    'password' => 'docker',

About

A docker / compose setup for Craft CMS (LAMP)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages