Skip to content

Ghost data gone on container re-creation #363

Description

@RaicuRobert

I've followed the instructions on https://hub.docker.com/_/ghost/ and created a container with a volume as such
docker run -d --name some-ghost -e NODE_ENV=development -v some-ghost-data:/var/lib/ghost/content ghost

Later on, I deleted the container to do some changes understanding that the volume has my data saved under the "/data" folder, but that is empty.

When I created the container again, all tables were recreated and all the data was gone.
Did I get something wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions