Skip to content

A very customizable Bolt CMS image running courtesy of rossriley/docker-bolt

License

Notifications You must be signed in to change notification settings

michaelborn/boltOnDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bolt CMS On Docker with MariaDB

Simple setup for Bolt CMS on MariaDB and Docker.

Installation

  1. Clone this repo.
  2. Run docker-compose -f docker-compose.yml up -d to build the image initially.
  3. To re-build the image (say, with any changes) run docker-compose -f docker-compose.yml up -d
  4. Open http://localhost:8000/ in your browser.

Configuration

  • config/.env stores the bolt database name, username and password config.
  • config/mariadb.env stores env vars which are passed to the mariadb container.
  • config/bolt.env stores env vars which are passed to the bolt container.
  • config/php.ini stores custom PHP settings.

The Stack

This repo uses

About

A very customizable Bolt CMS image running courtesy of rossriley/docker-bolt

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published