mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-18 23:16:47 +00:00
849 B
849 B
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
This is a Docker Compose setup for Ghost, a modern publishing platform. The repository currently contains a minimal structure with a compose.yml file for containerized deployment.
Common Commands
Since this is a Docker Compose project, the primary commands will be:
docker compose up -d- Start Ghost services in detached modedocker compose down- Stop and remove Ghost servicesdocker compose logs- View service logsdocker compose ps- View running servicesdocker compose pull- Pull latest images
Architecture
The project uses Docker Compose to orchestrate Ghost and its dependencies (typically MySQL/MariaDB database). The main configuration is defined in compose.yml.