Wonderfall / docker-ghost

Dockerfile for Ghost CMS.
4 stars 2 forks source link

wonderfall/ghost

What is this? What features?

Build-time variables

Environment variables

Volumes

Ports

How to configure?

Everything you need is in /ghost/content/ghost.conf (also mounted on your host...).

docker-compose.yml sample

ghost-myblog:
  image: wonderfall/ghost:1
  container_name: ghost-myblog
  environment:
    - UID=8100
    - GID=8100
    - ADDRESS=https://myblog.com
  volumes:
    - /mnt/docker/myblog:/ghost/content