Simple setup for Bolt CMS on MariaDB and Docker.
- Clone this repo.
- Run
docker-compose -f docker-compose.yml up -dto 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/.envstores the bolt database name, username and password config.config/mariadb.envstores env vars which are passed to the mariadb container.config/bolt.envstores env vars which are passed to the bolt container.config/php.inistores 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