Hi, I recently installed the cyberpanel on my VPS, configured everything, and installed ghost on docker. Now my ghost blog is up and running. But, I can’t understand setting up SMTP because I can’t find any config.development.json file inside the ghost directory.
Here is all I can see in the ghost folder. No config.development.json there:
The Docker image doesn’t use the standard config files because storage is ephemeral in a docker setup. You can supply config via environment variables instead, either as part of the docker run command or in a docker-compose config file. There’s more information about that in the Docker image’s readme Docker
2.5 years later and still doing gods work!
I didn’t see any of this information on the docker page Kevin linked above.
I was finally able to get all my signups/subscriptions working like a charm <3