Skip to content

bshelling/craft-cms-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Craft 3 CMS Docker-Compose Configuration

Requirements

Instructions

  • To properly configure Craft CMS to Docker run command:
$ composer create-project craftcms/craft web
  • Create the environment file (.env) and add database settings
$ cd web
  DB_SERVER="mysql"
  DB_USER="root"
  DB_PASSWORD="adminpwd"
  DB_DATABASE="craftdb"
  • Spin up new Docker containers:
$ docker-compose up -d
  • Install Craft CMS and Done
 http://localhost:8805/index.php?p=admin

About

Docker configuration for Craft CMS 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published