Install
One-time setup
Run the public installer once. It creates a standard Compose project and pulls the public MF Core image.
MF Core CMS
A focused self-hosted CMS with visual content editing, simple Docker deployment, and domain-bound licensing.
Install
Run the public installer once. It creates a standard Compose project and pulls the public MF Core image.
Operate
The CMS binds to localhost behind your reverse proxy. SQLite content and uploads remain in local persistent storage.
Update
Run docker compose pull followed by docker compose up -d --wait from /opt/mfcore.
Requirements
Install Docker Engine, the Docker Compose plugin, curl, and OpenSSL. Configure DNS, HTTPS, and an existing Nginx or Caddy reverse proxy after setup.
curl -fsS https://cms.mf-core.com/install.sh -o /tmp/mfcore-install.sh
sudo bash /tmp/mfcore-install.sh
Downloads are public. A valid MF Core licence is required to operate the installed CMS.