Makefile for easy and comfortable Ghost Docker image creation and instance restarts.
Caution: This repository uses the official Ghost Dockerfile!
- Clone repository:
git clone https://github.com/frdmn/docker-ghost.git /opt/docker-ghost - Download and adjust configuration:
cd /opt/docker-ghostvi config.js
To pull/update to the latest Ghost version as well as restart your Docker instance:
make
To start or restart Ghost:
make run
Stop and remove the container:
make stop
make remove
1.0.0