Skip to content

linssen/docker-craft-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craft CMS with Docker compose

Prerequisites

  1. docker-compose > v1.6

Installation

  1. Unzip the CraftCMS download into web, overwriting the craft and public folders therein.
  2. Install Docker
  3. Run docker-compose up
  4. Navigate to the docker machine's ip (generally http://192.168.99.100/)
  5. Set your DB credentials 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

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •