@Taxick the reason you’re likely seeing this is that Docker by default isolates containers in their own network space, so localhost
inside the container doesn’t map to localhost
of the server.
How are you running MySQL? Is it running in another Docker container alongside the Ghost container, or is it running on its own separate from Docker? The fix will be different based on how you’re running MySQL