nanobox-quickstarts / nanobox-ghost

Quickstart for Ghost with Nanobox
7 stars 3 forks source link

Data is not persistent between deploys #1

Closed hafizio closed 7 years ago

hafizio commented 7 years ago

I've a ghost app deployed using the default boxfile.yml and it doesn't persist the blog content between deploys.

I fixed it by add the following to the data.storage:

network_dirs:
    data.storage:
      - content/images
      - content/apps
      - content/data
      - content/logs