docker-library / ghost

Docker Official Image packaging for Ghost
https://hub.docker.com/_/ghost
MIT License
720 stars 311 forks source link

No persistance of data across restarts #350

Closed NicholasCHowlett closed 1 year ago

NicholasCHowlett commented 1 year ago

Heya, I'm having issue with persisting data across restarts (e.g. docker compose down/up). I can't seem to see the posts and the theme activated once this image is restarted, using the below Compose file contents (aimed at local development). Any advice would be much welcomed. Thanks in advance, Nick.

version: "3.7"

services: ghost: image: ghost:alpine ports:

volumes: tessellateDB: tessellateDBConfig: