self-hosted/ghost/docker-compose.yml
Lorenzo Carbonell 7c011cd992 add ghost2
2022-04-01 21:47:56 +02:00

12 lines
178 B
YAML

version: '3.1'
services:
ghost:
image: ghost:4-alpine
restart: unless-stopped
volumes:
- ./blog:/var/lig/ghost/content
environment:
- url=${FQDN}