Select your language

Install CronManager with Docker

The easiest and fastest way to get started. Deploy CronManager with Docker Compose using pre-built images from Docker Hub — no PHP required on the host.

Deploy in 3 Minutes

curl -fsSL https://raw.githubusercontent.com/csoscd/cronmanager/main/docker/docker-compose-full.yml -o docker-compose.yml
docker compose up -d

On first visit, a setup wizard guides you through creating the initial admin account.

What you get

🐳

Fully Containerised

Web UI and agent both run as Docker containers. No PHP installation on the host required.

Ready in Minutes

Download the example Compose file, adjust the .env section, and start. The setup wizard handles the rest.

🔄

Easy Updates

docker compose pull && docker compose up -d — that is all it takes to update to the latest version.

Requirements

📋

Prerequisites

Docker Engine 20.10+ and Docker Compose v2. Any Linux distribution. No PHP required on the host.

Prefer a host-based agent? See Agent on Host installation →

View docker-compose-full.yml on GitHub →