Simple setup for Bolt CMS on MariaDB and Docker.
- Clone this repo.
- Run
docker-compose -f docker-compose.yml up -d
to build the image initially. - To re-build the image (say, with any changes) run
docker-compose -f docker-compose.yml up -d
- Open
http://localhost:8000/
in your browser.
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.
This repo uses
- MariaDB for the database.
- Ross Riley's Bolt Docker Image, including PHP 7.0, Nginx and SqlLite. (Unused.)
- Adminer for database management through a web GUI