When I run Ghost with docker compose, no particular error occurs, but for some reason I cannot access the site http://myserverip.com:10000.
I am not familiar with the network and I don’t know what to do. Please help me if you are kind-hearted.
Actually, it doesn’t seem to have been a database problem, I erased the volume setting in ghost and it worked fine, but there is still a mystery.
I did this because I wanted to store my media files on s3 storage mounted with s3fs, and it worked before doing something similar, but this time it doesn’t seem to be working.
I found the cause, I commented out the volume specification in config.production.json and was able to access the site. s3 was not the problem.
I have a config.production.json which contains my email settings and I want to use them, is there any way to do this?