Docker Compose Installation Issues #422
tokenwizard
started this conversation in
General
Replies: 2 comments
-
The database starts up a lot slower than Ghost does, so typically in a setup like this you'll have a few "false starts" where |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, that seems to have been it. After about 14 times of it throwing that error and restarting, it finally "took" and is running. I guess I was just not patient enough. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have many other services running in various containers using Compose files.
I actually have another instance of Ghost running via that same compose file in another server.
I'm trying to setup another instance of Ghost now, and having issues. IIRC, on the other, working instance, I just copied the
docker-compose.yml
file and modified it to change the server URL to the correct one for my setup and then added a custom password for the MySQL DB and it started up fine.For some reason, I am trying this now and it is failing to start. The console output shows an ERRCONNREFUSED error when connecting to MySQL on port 3306.
I know using the standard docker method, a separate MySQL server needs to be running, but this compose file takes care of the MySQL DB and the Ghost app, right? Am I missing something?
Here is my
docker-compose.yml
that is failing:I have no other services currently running on this server, so I don't see how there would be any sort of port conflicts.
Here is the console output when running for the first time.
Beta Was this translation helpful? Give feedback.
All reactions