version: '3' services: ghost: image: ghost:2.31.1 container_name: ghost volumes: - ./..:/var/lib/ghost/content/themes/liebling - ./ghost.db:/var/lib/ghost/content/data/ghost.db environment: - NODE_ENV=development ports: - 2368:2368