Updating ghost container issues

It was using separate volumes that solved the issue for me. I would prefer to use mounts, so I am going to try the above suggestion and see how that goes. Thank you everyone!

1 Like

this didn’t work as i got a “failed to load dev.env” error.

Hey, hope this helps:

  • The file dev.env exists in the same path where your docker-compose.yml is?
  • Also, if exists, has the required variables mentioned before?

IRemember to fill out all the required values into the env file, not only the 3 provided as an example.

# Example: If the compose file has something like ${GHOST_URL}, your env file must have:
GHOST_URL="https://your-ghost-url.yourdomain"
# etc