Docker is fun…. not..


For using wordpress, I have created my own docker containers to make it easy to use wordpress with postgres and nginx. You can just clone it and start it with docker-compose up -d!

Now, I tried to upgrade to a newer wordpress version. Suddenly, the page wasn’t available anymore. What happened? Connection refused. But… why?

AAAAAAAAhhhhhh!!!!

Long story short, the solution I found was as described here: https://github.com/docker-library/php/issues/1489#issuecomment-1908740404

I am not sure if this is related, but it came up with my google search and it actually worked. Rebooting the host did work. So yea, there goes one hour of debugging at 1 am on a friday lol


Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert